clang  3.9.0
Public Member Functions | List of all members
clang::ASTContext::DynTypedNodeList Class Reference

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 DynTypedNodeoperator[] (size_t N) const
 

Detailed Description

Container for either a single DynTypedNode or for an ArrayRef to DynTypedNode.

For use with ParentMap.

Definition at line 487 of file ASTContext.h.

Constructor & Destructor Documentation

clang::ASTContext::DynTypedNodeList::DynTypedNodeList ( const DynTypedNode N)
inline

Definition at line 494 of file ASTContext.h.

clang::ASTContext::DynTypedNodeList::DynTypedNodeList ( ArrayRef< DynTypedNode A)
inline

Definition at line 497 of file ASTContext.h.

Member Function Documentation

const ast_type_traits::DynTypedNode* clang::ASTContext::DynTypedNodeList::begin ( ) const
inline

Definition at line 501 of file ASTContext.h.

Referenced by empty(), operator[](), and size().

bool clang::ASTContext::DynTypedNodeList::empty ( ) const
inline

Definition at line 516 of file ASTContext.h.

References begin(), and end().

const ast_type_traits::DynTypedNode* clang::ASTContext::DynTypedNodeList::end ( ) const
inline

Definition at line 508 of file ASTContext.h.

Referenced by empty(), and size().

const DynTypedNode& clang::ASTContext::DynTypedNodeList::operator[] ( size_t  N) const
inline

Definition at line 517 of file ASTContext.h.

References begin(), and size().

size_t clang::ASTContext::DynTypedNodeList::size ( ) const
inline

Definition at line 515 of file ASTContext.h.

References begin(), and end().

Referenced by operator[]().


The documentation for this class was generated from the following file: