Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h2749 bool IsAddressOfOperand);
5401 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
5480 bool IsAddressOfOperand, const Scope *S,
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h2948 bool IsAddressOfOperand; member
2969 Result.IsAddressOfOperand = true; in find()
2973 Result.IsAddressOfOperand = false; in find()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp2488 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument
2491 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression()
2539 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2562 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2571 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2616 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression()
2617 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression()
2699 if (!IsAddressOfOperand) in ActOnIdExpression()
2740 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2811 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
[all …]
H A DTreeTransform.h711 bool IsAddressOfOperand,
715 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
3247 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument
3257 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
12786 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument
12813 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
12822 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
H A DSemaTemplateDeduction.cpp3607 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3628 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
H A DSemaLookup.cpp5548 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaDecl.cpp1248 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument
1251 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp3382 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument
3389 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
H A DParseExpr.cpp1244 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3348 bool IsAddressOfOperand = false);