/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 | 3364 bool IsAddressOfOperand); 6702 bool HasTrailingLParen, bool IsAddressOfOperand, 6775 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI = nullptr); 8555 bool IsAddressOfOperand); 11452 bool IsAddressOfOperand);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 288 bool IsAddressOfOperand) { in isPotentialImplicitMemberAccess() argument 293 else if (!IsAddressOfOperand) in isPotentialImplicitMemberAccess()
|
H A D | TreeTransform.h | 794 bool IsAddressOfOperand, 798 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand, 802 bool IsAddressOfOperand); 3479 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument 3486 SS, TemplateKWLoc, NameInfo, TemplateArgs, IsAddressOfOperand); in RebuildDependentScopeDeclRefExpr() 3489 SS, NameInfo, IsAddressOfOperand, RecoveryTSI); in RebuildDependentScopeDeclRefExpr() 13660 bool IsAddressOfOperand) { in TransformUnresolvedLookupExpr() argument 13708 if (SemaRef.isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in TransformUnresolvedLookupExpr() 14093 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument 14120 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr() [all …]
|
H A D | SemaExpr.cpp | 2652 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument 2655 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression() 2713 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2723 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression() 2768 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression() 2769 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression() 2849 if (isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in ActOnIdExpression() 2872 bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument 2933 if (isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in BuildQualifiedDeclarationNameExpr() 6489 /*AllowTypoCorrection=*/true, find.IsAddressOfOperand); in BuildCallExpr()
|
H A D | SemaTemplateDeduction.cpp | 4028 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction() 4050 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
|
H A D | SemaTemplate.cpp | 4455 const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand) { in BuildQualifiedTemplateIdExpr() argument 4477 if (isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in BuildQualifiedTemplateIdExpr()
|
H A D | SemaLookup.cpp | 5441 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
|
H A D | SemaDecl.cpp | 1238 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument 1241 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 3033 bool IsAddressOfOperand = false; member 3056 Result.IsAddressOfOperand = true; in find()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3351 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument 3358 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
|
H A D | ParseExpr.cpp | 1335 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3643 bool IsAddressOfOperand = false);
|