clang
3.9.0
|
Container for either a single DynTypedNode or for an ArrayRef to DynTypedNode. More...
#include <ASTContext.h>
Public Member Functions | |
DynTypedNodeList (const DynTypedNode &N) | |
DynTypedNodeList (ArrayRef< DynTypedNode > A) | |
const ast_type_traits::DynTypedNode * | begin () const |
const ast_type_traits::DynTypedNode * | end () const |
size_t | size () const |
bool | empty () const |
const DynTypedNode & | operator[] (size_t N) const |
Container for either a single DynTypedNode or for an ArrayRef to DynTypedNode.
For use with ParentMap.
Definition at line 487 of file ASTContext.h.
|
inline |
Definition at line 494 of file ASTContext.h.
|
inline |
Definition at line 497 of file ASTContext.h.
|
inline |
Definition at line 501 of file ASTContext.h.
Referenced by empty(), operator[](), and size().
|
inline |
Definition at line 516 of file ASTContext.h.
|
inline |
Definition at line 508 of file ASTContext.h.
|
inline |
Definition at line 517 of file ASTContext.h.
|
inline |
Definition at line 515 of file ASTContext.h.
References begin(), and end().
Referenced by operator[]().