Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h2813 bool IsAddressOfOperand);
5541 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
5621 bool IsAddressOfOperand, const Scope *S,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h3005 bool IsAddressOfOperand; member
3026 Result.IsAddressOfOperand = true; in find()
3030 Result.IsAddressOfOperand = false; in find()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp2487 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument
2490 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression()
2538 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2561 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2570 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2615 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression()
2616 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression()
2698 if (!IsAddressOfOperand) in ActOnIdExpression()
2739 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2814 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
[all …]
H A DTreeTransform.h755 bool IsAddressOfOperand,
759 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
3339 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument
3349 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
12966 DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument
12993 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
13002 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand, in TransformDependentScopeDeclRefExpr()
H A DSemaTemplateDeduction.cpp3721 if (!R.IsAddressOfOperand) return Fn->getType(); in GetTypeOfFunction()
3742 if (R.IsAddressOfOperand) in ResolveOverloadForDeduction()
H A DSemaLookup.cpp5557 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaDecl.cpp1276 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument
1279 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp3412 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument
3419 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
H A DParseExpr.cpp1258 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3460 bool IsAddressOfOperand = false);