Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/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 | 2583 bool IsAddressOfOperand); 5121 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, 5200 bool IsAddressOfOperand, const Scope *S,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2931 bool IsAddressOfOperand; member 2952 Result.IsAddressOfOperand = true; in find() 2956 Result.IsAddressOfOperand = false; in find()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2430 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument 2433 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression() 2481 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2504 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2513 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2557 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression() 2558 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2640 if (!IsAddressOfOperand) in ActOnIdExpression() 2681 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2752 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, 3185 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument 3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 12504 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument 12531 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() 12540 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
|
| H A D | SemaTemplateDeduction.cpp | 3732 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3753 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
| H A D | SemaLookup.cpp | 5233 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| H A D | SemaDecl.cpp | 1227 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument 1230 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3000 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument 3007 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
|
| H A D | ParseExpr.cpp | 1242 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 3356 bool IsAddressOfOperand = false);
|