clang
7.0.0
|
#include "clang/AST/ExprCXX.h"
Public Attributes | |
OverloadExpr * | Expression |
bool | IsAddressOfOperand |
bool | HasFormOfMemberPointer |
OverloadExpr* clang::OverloadExpr::FindResult::Expression |
Definition at line 2690 of file ExprCXX.h.
Referenced by clang::Sema::CheckAddressOfMemberAccess(), GetTypeOfFunction(), and ResolveOverloadForDeduction().
bool clang::OverloadExpr::FindResult::HasFormOfMemberPointer |
Definition at line 2692 of file ExprCXX.h.
Referenced by GetTypeOfFunction().
bool clang::OverloadExpr::FindResult::IsAddressOfOperand |
Definition at line 2691 of file ExprCXX.h.
Referenced by GetTypeOfFunction(), and ResolveOverloadForDeduction().