Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/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 | 2749 bool IsAddressOfOperand); 5401 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, 5480 bool IsAddressOfOperand, const Scope *S,
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2948 bool IsAddressOfOperand; member 2969 Result.IsAddressOfOperand = true; in find() 2973 Result.IsAddressOfOperand = false; in find()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2488 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument 2491 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression() 2539 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2562 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2571 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2616 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression() 2617 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2699 if (!IsAddressOfOperand) in ActOnIdExpression() 2740 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2811 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr() [all …]
|
| H A D | TreeTransform.h | 711 bool IsAddressOfOperand, 715 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand, 3247 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument 3257 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 12786 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument 12813 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() 12822 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
|
| H A D | SemaTemplateDeduction.cpp | 3607 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3628 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
| H A D | SemaLookup.cpp | 5548 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| H A D | SemaDecl.cpp | 1248 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument 1251 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3382 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument 3389 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
|
| H A D | ParseExpr.cpp | 1244 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 3348 bool IsAddressOfOperand = false);
|