clang API Documentation

Public Member Functions
clang::DeclContextLookupConstResult Class Reference

#include <DeclBase.h>

Inheritance diagram for clang::DeclContextLookupConstResult:
Inheritance graph
[legend]
Collaboration diagram for clang::DeclContextLookupConstResult:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DeclContextLookupConstResult (std::pair< NamedDecl **, NamedDecl ** > R)
 DeclContextLookupConstResult (NamedDecl *const *I, NamedDecl *const *E)
 DeclContextLookupConstResult ()

Detailed Description

Definition at line 911 of file DeclBase.h.


Constructor & Destructor Documentation

clang::DeclContextLookupConstResult::DeclContextLookupConstResult ( std::pair< NamedDecl **, NamedDecl ** >  R) [inline]

Definition at line 914 of file DeclBase.h.

clang::DeclContextLookupConstResult::DeclContextLookupConstResult ( NamedDecl *const *  I,
NamedDecl *const *  E 
) [inline]

Definition at line 916 of file DeclBase.h.

clang::DeclContextLookupConstResult::DeclContextLookupConstResult ( ) [inline]

Definition at line 918 of file DeclBase.h.


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