clang
7.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 574 of file ASTContext.h.
|
inline |
Definition at line 582 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 605 of file ASTContext.h.
|
inline |
Definition at line 597 of file ASTContext.h.
|
inline |
Definition at line 607 of file ASTContext.h.
|
inline |
Definition at line 604 of file ASTContext.h.