|
clang
3.8.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 479 of file ASTContext.h.
|
inline |
Definition at line 486 of file ASTContext.h.
|
inline |
Definition at line 489 of file ASTContext.h.
|
inline |
Definition at line 493 of file ASTContext.h.
Referenced by empty(), operator[](), and size().
|
inline |
Definition at line 508 of file ASTContext.h.
|
inline |
Definition at line 500 of file ASTContext.h.
|
inline |
Definition at line 509 of file ASTContext.h.
|
inline |
Definition at line 507 of file ASTContext.h.
References begin(), and end().
Referenced by operator[]().
1.8.6