Home
last modified time | relevance | path

Searched refs:IsAddressOfOperand (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h200 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
H A DSema.h3364 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 DSemaExprMember.cpp288 bool IsAddressOfOperand) { in isPotentialImplicitMemberAccess() argument
293 else if (!IsAddressOfOperand) in isPotentialImplicitMemberAccess()
H A DTreeTransform.h794 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 DSemaExpr.cpp2652 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 DSemaTemplateDeduction.cpp4028 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
4050 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
H A DSemaTemplate.cpp4455 const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand) { in BuildQualifiedTemplateIdExpr() argument
4477 if (isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in BuildQualifiedTemplateIdExpr()
H A DSemaLookup.cpp5441 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaDecl.cpp1238 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument
1241 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3033 bool IsAddressOfOperand = false; member
3056 Result.IsAddressOfOperand = true; in find()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3351 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument
3358 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
H A DParseExpr.cpp1335 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3643 bool IsAddressOfOperand = false);