clang 20.0.0git
|
#include "clang/AST/ExprCXX.h"
Public Attributes | |
OverloadExpr * | Expression = nullptr |
bool | IsAddressOfOperand = false |
bool | IsAddressOfOperandWithParen = false |
bool | HasFormOfMemberPointer = false |
OverloadExpr* clang::OverloadExpr::FindResult::Expression = nullptr |
Definition at line 3032 of file ExprCXX.h.
Referenced by clang::Sema::BuildCallExpr(), clang::Sema::CheckAddressOfMemberAccess(), clang::Sema::FindAssociatedClassesAndNamespaces(), GetTypeOfFunction(), clang::Sema::NoteAllOverloadCandidates(), clang::Sema::resolveAddressOfSingleOverloadCandidate(), clang::Sema::ResolveAndFixSingleFunctionTemplateSpecialization(), ResolveOverloadForDeduction(), and clang::Sema::tryExprAsCall().
Definition at line 3035 of file ExprCXX.h.
Referenced by clang::Sema::BuildCallExpr(), GetTypeOfFunction(), clang::Sema::ResolveAndFixSingleFunctionTemplateSpecialization(), and clang::Sema::tryExprAsCall().
Definition at line 3033 of file ExprCXX.h.
Referenced by clang::Sema::BuildCallExpr(), GetTypeOfFunction(), and ResolveOverloadForDeduction().
Definition at line 3034 of file ExprCXX.h.
Referenced by clang::Sema::BuildCallExpr().