clang API Documentation
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 |
| FunctionDecl * | getMatchingFunctionDecl () const |
| const DeclAccessPair * | getMatchingFunctionAccessPair () const |
Definition at line 8781 of file SemaOverload.cpp.
| clang::AddressOfFunctionResolver::AddressOfFunctionResolver | ( | Sema & | S, |
| Expr * | SourceExpr, | ||
| const QualType & | TargetType, | ||
| bool | Complain | ||
| ) | [inline] |
Definition at line 8801 of file SemaOverload.cpp.
References clang::Sema::ResolveSingleFunctionTemplateSpecialization().
| 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.