Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 2547 bool IsAddressOfOperand); 5081 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, 5160 bool IsAddressOfOperand, const Scope *S,
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2420 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument 2423 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression() 2471 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2494 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2503 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2547 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression() 2548 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2630 if (!IsAddressOfOperand) in ActOnIdExpression() 2671 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2742 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, 3164 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument 3174 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 12427 bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument 12455 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() 12465 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 | 5223 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| H A D | SemaDecl.cpp | 1214 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument 1217 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2991 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument 2998 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
|
| H A D | ParseExpr.cpp | 1242 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 3327 bool IsAddressOfOperand = false);
|