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.h3788 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 DSemaExprMember.cpp286 bool IsAddressOfOperand) { in isPotentialImplicitMemberAccess() argument
291 else if (!IsAddressOfOperand) in isPotentialImplicitMemberAccess()
H A DTreeTransform.h796 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 DSemaExpr.cpp2721 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 DSemaTemplateDeduction.cpp4113 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
4135 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
H A DSemaLookup.cpp5499 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaTemplate.cpp4835 const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand) { in BuildQualifiedTemplateIdExpr() argument
4857 if (isPotentialImplicitMemberAccess(SS, R, IsAddressOfOperand)) in BuildQualifiedTemplateIdExpr()
H A DSemaDecl.cpp1255 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument
1258 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3159 bool IsAddressOfOperand = false; member
3182 Result.IsAddressOfOperand = true; in find()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3380 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument
3387 ParseCastExpression(CastParseKind::AnyCastExpr, IsAddressOfOperand, in ParseOpenMPParensExpr()
H A DParseExpr.cpp1007 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h6951 bool IsAddressOfOperand = false);