Searched refs:IsAddressOfOperand (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 2813 bool IsAddressOfOperand); 5541 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, 5621 bool IsAddressOfOperand, const Scope *S,
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 3005 bool IsAddressOfOperand; member 3026 Result.IsAddressOfOperand = true; in find() 3030 Result.IsAddressOfOperand = false; in find()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2487 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument 2490 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression() 2538 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2561 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2570 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2615 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression() 2616 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2698 if (!IsAddressOfOperand) in ActOnIdExpression() 2739 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2814 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr() [all …]
|
| H A D | TreeTransform.h | 755 bool IsAddressOfOperand, 759 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand, 3339 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument 3349 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 12966 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument 12993 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() 13002 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
|
| H A D | SemaTemplateDeduction.cpp | 3721 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 3742 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
| H A D | SemaLookup.cpp | 5557 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| H A D | SemaDecl.cpp | 1276 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument 1279 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3412 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument 3419 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
|
| H A D | ParseExpr.cpp | 1258 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 3460 bool IsAddressOfOperand = false);
|