clang
10.0.0git
|
Container for either a single DynTypedNode or for an ArrayRef to DynTypedNode. More...
#include "clang/AST/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 592 of file ASTContext.h.
|
inline |
Definition at line 600 of file ASTContext.h.
|
inline |
Definition at line 604 of file ASTContext.h.
|
inline |
Definition at line 608 of file ASTContext.h.
|
inline |
Definition at line 623 of file ASTContext.h.
|
inline |
Definition at line 615 of file ASTContext.h.
|
inline |
Definition at line 625 of file ASTContext.h.
|
inline |
Definition at line 622 of file ASTContext.h.