Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h2547 bool IsAddressOfOperand);
5081 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
5160 bool IsAddressOfOperand, const Scope *S,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2931 bool IsAddressOfOperand; member
2952 Result.IsAddressOfOperand = true; in find()
2956 Result.IsAddressOfOperand = false; in find()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp2420 bool HasTrailingLParen, bool IsAddressOfOperand, in ActOnIdExpression() argument
2423 assert(!(IsAddressOfOperand && HasTrailingLParen) && in ActOnIdExpression()
2471 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2494 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2503 IsAddressOfOperand, TemplateArgs); in ActOnIdExpression()
2547 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand; in ActOnIdExpression()
2548 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) && in ActOnIdExpression()
2630 if (!IsAddressOfOperand) in ActOnIdExpression()
2671 bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) { in BuildQualifiedDeclarationNameExpr() argument
2742 if (!R.empty() && (*R.begin())->isCXXClassMember() && !IsAddressOfOperand) in BuildQualifiedDeclarationNameExpr()
[all …]
H A DTreeTransform.h711 bool IsAddressOfOperand,
715 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
3164 bool IsAddressOfOperand, in RebuildDependentScopeDeclRefExpr() argument
3174 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI); in RebuildDependentScopeDeclRefExpr()
12427 bool IsAddressOfOperand, in TransformDependentScopeDeclRefExpr() argument
12455 IsAddressOfOperand, RecoveryTSI); in TransformDependentScopeDeclRefExpr()
12465 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.cpp5223 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod && in ValidateCandidate()
H A DSemaDecl.cpp1214 bool IsAddressOfOperand) { in ActOnNameClassifiedAsDependentNonType() argument
1217 NameInfo, IsAddressOfOperand, in ActOnNameClassifiedAsDependentNonType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2991 bool IsAddressOfOperand) { in ParseOpenMPParensExpr() argument
2998 ParseCastExpression(AnyCastExpr, IsAddressOfOperand, NotTypeCast)); in ParseOpenMPParensExpr()
H A DParseExpr.cpp1242 Validator.IsAddressOfOperand = isAddressOfOperand; in ParseCastExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3327 bool IsAddressOfOperand = false);