| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 200 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
|
| H A D | Sema.h | 3788 bool IsAddressOfOperand); 7121 bool HasTrailingLParen, bool IsAddressOfOperand, 7193 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr); 8830 bool IsAddressOfOperand); 11670 bool IsAddressOfOperand);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 286 bool IsAddressOfOperand) { in isPotentialImplicitMemberAccess() argument 291 else if (!IsAddressOfOperand) in isPotentialImplicitMemberAccess()
|
| H A D | TreeTransform.h | 796 bool IsAddressOfOperand, 800 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand, 804 bool IsAddressOfOperand); 3526 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument 3533 SS, TemplateKWLoc, NameInfo, TemplateArgs, IsAddressOfOperand); in RebuildDependentScopeDeclRefExpr() 3536 SS, NameInfo, IsAddressOfOperand, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 14780 bool IsAddressOfOperand) { in TransformUnresolvedLookupExpr() argument 14828 if (SemaRef.isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in TransformUnresolvedLookupExpr() 15210 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument 15237 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() [all …]
|
| H A D | SemaExpr.cpp | 2721 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument 2724 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression() 2782 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2792 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2836 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression() 2837 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2896 if (isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in ActOnIdExpression() 2919 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2980 if (isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in BuildQualifiedDeclarationNameExpr() 6661 /*AllowTypoCorrection=*/true, find.IsAddressOfOperand); in BuildCallExpr()
|
| H A D | SemaTemplateDeduction.cpp | 4113 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 4135 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
| H A D | SemaLookup.cpp | 5499 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
| H A D | SemaTemplate.cpp | 4835 const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand) { in BuildQualifiedTemplateIdExpr() argument 4857 if (isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in BuildQualifiedTemplateIdExpr()
|
| H A D | SemaDecl.cpp | 1255 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument 1258 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 3159 bool IsAddressOfOperand = false; member 3182 Result.IsAddressOfOperand = true; in find()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3380 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument 3387 ParseCastExpression(CastParseKind::AnyCastExpr, IsAddressOfOperand, in ParseOpenMPParensExpr()
|
| H A D | ParseExpr.cpp | 1007 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 6951 bool IsAddressOfOperand = false);
|