/llvm-project/clang/test/SemaTemplate/ |
H A D | template-id-printing.cpp | 56 namespace ULE { namespace
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedUsingDeclsCheck.cpp | 178 if (const auto *ULE = Result.Nodes.getNodeAs<UnresolvedLookupExpr>("used")) { check() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4092 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) getTrailingResults() local 4101 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) getTrailingASTTemplateKWAndArgsInfo() local 4108 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) getTrailingTemplateArgumentLoc() local 4115 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) getNamingClass() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 1312 UnresolvedLookupExpr *ULE = nullptr; ActOnCXXFoldExpr() local
|
H A D | SemaOverload.cpp | 13513 AddOverloadedCallCandidates(UnresolvedLookupExpr * ULE,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,bool PartialOverloading) AddOverloadedCallCandidates() argument 13738 BuildRecoveryCallExpr(Sema & SemaRef,Scope * S,Expr * Fn,UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,MutableArrayRef<Expr * > Args,SourceLocation RParenLoc,bool EmptyLookup,bool AllowTypoCorrection) BuildRecoveryCallExpr() argument 13831 buildOverloadedCallSet(Scope * S,Expr * Fn,UnresolvedLookupExpr * ULE,MultiExprArg Args,SourceLocation RParenLoc,OverloadCandidateSet * CandidateSet,ExprResult * Result) buildOverloadedCallSet() argument 13940 FinishOverloadedCallExpr(Sema & SemaRef,Scope * S,Expr * Fn,UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,MultiExprArg Args,SourceLocation RParenLoc,Expr * ExecConfig,OverloadCandidateSet * CandidateSet,OverloadCandidateSet::iterator * Best,OverloadingResult OverloadResult,bool AllowTypoCorrection) FinishOverloadedCallExpr() argument 14058 BuildOverloadedCallExpr(Scope * S,Expr * Fn,UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,MultiExprArg Args,SourceLocation RParenLoc,Expr * ExecConfig,bool AllowTypoCorrection,bool CalleesAddressIsTaken) BuildOverloadedCallExpr() argument 16216 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { FixOverloadedFunctionReference() local [all...] |
H A D | Sema.cpp | 2640 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { IsCPUDispatchCPUSpecificMultiVersion() local
|
H A D | TreeTransform.h | 3995 RebuildCXXFoldExpr(UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,Expr * LHS,BinaryOperatorKind Operator,SourceLocation EllipsisLoc,Expr * RHS,SourceLocation RParenLoc,std::optional<unsigned> NumExpansions) RebuildCXXFoldExpr() argument 10502 auto *ULE = cast<UnresolvedLookupExpr>(E); TransformOMPReductionClause() local 10549 auto *ULE = cast<UnresolvedLookupExpr>(E); TransformOMPTaskReductionClause() local 10595 auto *ULE = cast<UnresolvedLookupExpr>(E); TransformOMPInReductionClause() local 10777 auto *ULE = cast<UnresolvedLookupExpr>(E); transformOMPMappableExprListClause() local 11881 else if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) TransformAddressOfOperand() local 12944 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) { TransformCXXOperatorCallExpr() local [all...] |
H A D | SemaExpr.cpp | 3181 UnresolvedLookupExpr *ULE = UnresolvedLookupExpr::Create( BuildDeclarationNameExpr() local 6342 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn); ActOnCallExpr() local 6448 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) BuildCallExpr() local 15493 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { isQualifiedMemberAccess() local 20651 auto *ULE = cast<UnresolvedLookupExpr>(E); CheckPlaceholderExpr() local [all...] |
H A D | SemaDeclAttr.cpp | 3258 } else if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { handleCleanupAttr() local
|
H A D | SemaCodeComplete.cpp | 6242 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) { ProduceCallSignatureHelp() local
|
H A D | SemaTemplate.cpp | 5649 UnresolvedLookupExpr *ULE = UnresolvedLookupExpr::Create( BuildTemplateIdExpr() local
|
H A D | SemaOpenMP.cpp | 18425 } else if (auto *ULE = buildDeclareReductionRef() local 21294 } else if (auto *ULE = cast_or_null<UnresolvedLookupExpr>(UnresolvedMapper)) { buildUserDefinedMapperRef() local
|
H A D | SemaDecl.cpp | 1265 auto *ULE = cast<UnresolvedLookupExpr>(E); ActOnNameClassifiedAsOverloadSet() local
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1455 VisitUnresolvedLookupExpr(const UnresolvedLookupExpr * ULE) VisitUnresolvedLookupExpr() argument
|
H A D | ItaniumMangle.cpp | 5022 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); mangleExpression() local
|