clang API Documentation

Public Member Functions
clang::AddressOfFunctionResolver Class Reference

List of all members.

Public Member Functions

 AddressOfFunctionResolver (Sema &S, Expr *SourceExpr, const QualType &TargetType, bool Complain)
void ComplainNoMatchesFound () const
bool IsInvalidFormOfPointerToMemberFunction () const
void ComplainIsInvalidFormOfPointerToMemberFunction () const
void ComplainOfInvalidConversion () const
void ComplainMultipleMatchesFound () const
bool hadMultipleCandidates () const
int getNumMatches () const
FunctionDeclgetMatchingFunctionDecl () const
const DeclAccessPairgetMatchingFunctionAccessPair () const

Detailed Description

Definition at line 8781 of file SemaOverload.cpp.


Constructor & Destructor Documentation

clang::AddressOfFunctionResolver::AddressOfFunctionResolver ( Sema S,
Expr SourceExpr,
const QualType TargetType,
bool  Complain 
) [inline]

Member Function Documentation

void clang::AddressOfFunctionResolver::ComplainIsInvalidFormOfPointerToMemberFunction ( ) const [inline]

Definition at line 9035 of file SemaOverload.cpp.

void clang::AddressOfFunctionResolver::ComplainMultipleMatchesFound ( ) const [inline]

Definition at line 9048 of file SemaOverload.cpp.

void clang::AddressOfFunctionResolver::ComplainNoMatchesFound ( ) const [inline]

Definition at line 9022 of file SemaOverload.cpp.

void clang::AddressOfFunctionResolver::ComplainOfInvalidConversion ( ) const [inline]

Definition at line 9043 of file SemaOverload.cpp.

const DeclAccessPair* clang::AddressOfFunctionResolver::getMatchingFunctionAccessPair ( ) const [inline]

Definition at line 9065 of file SemaOverload.cpp.

FunctionDecl* clang::AddressOfFunctionResolver::getMatchingFunctionDecl ( ) const [inline]

Definition at line 9060 of file SemaOverload.cpp.

int clang::AddressOfFunctionResolver::getNumMatches ( ) const [inline]

Definition at line 9058 of file SemaOverload.cpp.

bool clang::AddressOfFunctionResolver::hadMultipleCandidates ( ) const [inline]

Definition at line 9056 of file SemaOverload.cpp.

bool clang::AddressOfFunctionResolver::IsInvalidFormOfPointerToMemberFunction ( ) const [inline]

Definition at line 9030 of file SemaOverload.cpp.


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