clang  5.0.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 "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 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 541 of file ASTContext.h.

Constructor & Destructor Documentation

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

Definition at line 548 of file ASTContext.h.

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

Definition at line 551 of file ASTContext.h.

Member Function Documentation

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

Definition at line 555 of file ASTContext.h.

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

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

Definition at line 570 of file ASTContext.h.

References begin(), and end().

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

Definition at line 562 of file ASTContext.h.

Referenced by empty(), and size().

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

Definition at line 572 of file ASTContext.h.

References begin(), and size().

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

Definition at line 569 of file ASTContext.h.

References begin(), and end().

Referenced by operator[]().


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