Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h337 bool IsAddressOfOperand = false; variable
H A DSemaInternal.h204 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; } in isAddressOfOperand()
H A DSema.h2583 bool IsAddressOfOperand);
5121 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
5200 bool IsAddressOfOperand, const Scope *S,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2931 bool IsAddressOfOperand; member
2952 Result.IsAddressOfOperand = true; in find()
2956 Result.IsAddressOfOperand = false; in find()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2430 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument
2433 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression()
2481 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2504 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2513 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2557 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression()
2558 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression()
2640 if (!IsAddressOfOperand) in ActOnIdExpression()
2681 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2752 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
[all …]
H A DTreeTransform.h711 bool IsAddressOfOperand,
715 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
3185 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument
3195 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
12504 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument
12531 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
12540 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
H A DSemaTemplateDeduction.cpp3732 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3753 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
H A DSemaLookup.cpp5233 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaDecl.cpp1227 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument
1230 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3000 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument
3007 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
H A DParseExpr.cpp1242 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3356 bool IsAddressOfOperand = false);