Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 337 bool IsAddressOfOperand = false; variable
|
| H A D | SemaInternal.h | 204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
|
| H A D | Sema.h | 2861 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 D | ExprCXX.h | 3017 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 D | SemaExpr.cpp | 2687 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 D | TreeTransform.h | 782 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 D | SemaTemplateDeduction.cpp | 3852 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3874 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
| H A D | SemaLookup.cpp | 5575 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| H A D | SemaDecl.cpp | 1301 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument 1304 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3446 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument 3453 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
|
| H A D | ParseExpr.cpp | 1272 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 3531 bool IsAddressOfOperand = false);
|