Home
last modified time | relevance | path

Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h337 bool IsAddressOfOperand = false; variable
H A DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
H A DSema.h2861 bool IsAddressOfOperand);
5667 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
5748 bool IsAddressOfOperand, const Scope *S,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3017 bool IsAddressOfOperand; member
3038 Result.IsAddressOfOperand = true; in find()
3042 Result.IsAddressOfOperand = false; in find()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2687 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument
2690 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression()
2738 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2761 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2770 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2815 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression()
2816 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression()
2898 if (!IsAddressOfOperand) in ActOnIdExpression()
2939 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
3014 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
[all …]
H A DTreeTransform.h782 bool IsAddressOfOperand,
786 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
3428 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument
3438 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
13202 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument
13229 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
13238 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
H A DSemaTemplateDeduction.cpp3852 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3874 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
H A DSemaLookup.cpp5575 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaDecl.cpp1301 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument
1304 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3446 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument
3453 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
H A DParseExpr.cpp1272 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3531 bool IsAddressOfOperand = false);