clang
3.7.0
|
#include <ExprCXX.h>
Public Attributes | |
OverloadExpr * | Expression |
bool | IsAddressOfOperand |
bool | HasFormOfMemberPointer |
OverloadExpr* clang::OverloadExpr::FindResult::Expression |
Definition at line 2352 of file ExprCXX.h.
Referenced by clang::Sema::ActOnCallExpr(), clang::Sema::CheckAddressOfMemberAccess(), DiagnoseBadDeduction(), GetTypeOfFunction(), ResolveOverloadForDeduction(), and clang::Sema::tryExprAsCall().
bool clang::OverloadExpr::FindResult::HasFormOfMemberPointer |
Definition at line 2354 of file ExprCXX.h.
Referenced by clang::Sema::ActOnCallExpr(), GetTypeOfFunction(), and clang::Sema::tryExprAsCall().
bool clang::OverloadExpr::FindResult::IsAddressOfOperand |
Definition at line 2353 of file ExprCXX.h.
Referenced by GetTypeOfFunction(), and ResolveOverloadForDeduction().