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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h199 bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; }
H A DTypoCorrection.h337 bool IsAddressOfOperand = false; member in class:clang::CorrectionCandidateCallback
H A DSema.h2128 bool IsAddressOfOperand);
4599 UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand,
4677 bool IsAddressOfOperand, const Scope *S,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2895 bool IsAddressOfOperand; member in struct:clang::OverloadExpr::FindResult
2916 Result.IsAddressOfOperand = true;
2920 Result.IsAddressOfOperand = false;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp957 /*IsAddressOfOperand=*/false);
2276 bool HasTrailingLParen, bool IsAddressOfOperand,
2279 assert(!(IsAddressOfOperand && HasTrailingLParen) &&
2327 IsAddressOfOperand, TemplateArgs);
2350 IsAddressOfOperand, TemplateArgs);
2359 IsAddressOfOperand, TemplateArgs);
2403 DefaultValidator.IsAddressOfOperand = IsAddressOfOperand;
2404 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand)
2274 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier, Token *KeywordReplacement) argument
2525 BuildQualifiedDeclarationNameExpr( CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) argument
[all...]
H A DTreeTransform.h702 bool IsAddressOfOperand,
706 ParenExpr *PE, DependentScopeDeclRefExpr *DRE, bool IsAddressOfOperand,
2900 bool IsAddressOfOperand,
2910 SS, NameInfo, IsAddressOfOperand, /*S*/nullptr, RecoveryTSI);
11492 return TransformDependentScopeDeclRefExpr(E, /*IsAddressOfOperand=*/false,
11500 bool IsAddressOfOperand,
11528 IsAddressOfOperand, RecoveryTSI);
11538 QualifierLoc, TemplateKWLoc, NameInfo, &TransArgs, IsAddressOfOperand,
2895 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
11498 TransformDependentScopeDeclRefExpr( DependentScopeDeclRefExpr *E, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
H A DSemaTemplateDeduction.cpp3534 if (!R.IsAddressOfOperand) return Fn->getType();
3555 if (R.IsAddressOfOperand)
H A DSemaLookup.cpp5217 if (IsAddressOfOperand && HasNonStaticMethod && !HasStaticMethod &&
H A DSemaDecl.cpp1214 bool IsAddressOfOperand) {
1217 NameInfo, IsAddressOfOperand,
1211 ActOnNameClassifiedAsDependentNonType(const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, bool IsAddressOfOperand) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1085 // Parse with IsAddressOfOperand set to true to parse methods as DeclRefExprs
1095 /*IsAddressOfOperand=*/true);
2261 bool IsAddressOfOperand) {
2267 ExprResult LHS(ParseCastExpression(AnyCastExpr, IsAddressOfOperand,
2259 ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc, bool IsAddressOfOperand) argument
H A DParseExpr.cpp1212 Validator.IsAddressOfOperand = isAddressOfOperand;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3023 bool IsAddressOfOperand = false);

Completed in 514 milliseconds