clang
8.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 575 of file ASTContext.h.
|
inline |
Definition at line 583 of file ASTContext.h.
|
inline |
Definition at line 587 of file ASTContext.h.
|
inline |
Definition at line 591 of file ASTContext.h.
|
inline |
Definition at line 606 of file ASTContext.h.
|
inline |
Definition at line 598 of file ASTContext.h.
|
inline |
Definition at line 608 of file ASTContext.h.
|
inline |
Definition at line 605 of file ASTContext.h.