clang
9.0.0
|
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 578 of file ASTContext.h.
|
inline |
Definition at line 586 of file ASTContext.h.
|
inline |
Definition at line 590 of file ASTContext.h.
|
inline |
Definition at line 594 of file ASTContext.h.
|
inline |
Definition at line 609 of file ASTContext.h.
|
inline |
Definition at line 601 of file ASTContext.h.
|
inline |
Definition at line 611 of file ASTContext.h.
|
inline |
Definition at line 608 of file ASTContext.h.