Home
last modified time | relevance | path

Searched defs:ULE (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dtemplate-id-printing.cpp56 namespace ULE { namespace
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp178 if (const auto *ULE = Result.Nodes.getNodeAs<UnresolvedLookupExpr>("used")) { check() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4092 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 DSemaTemplateVariadic.cpp1312 UnresolvedLookupExpr *ULE = nullptr; ActOnCXXFoldExpr() local
H A DSemaOverload.cpp13513 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 DSema.cpp2640 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { IsCPUDispatchCPUSpecificMultiVersion() local
H A DTreeTransform.h3995 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 DSemaExpr.cpp3181 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 DSemaDeclAttr.cpp3258 } else if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { handleCleanupAttr() local
H A DSemaCodeComplete.cpp6242 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) { ProduceCallSignatureHelp() local
H A DSemaTemplate.cpp5649 UnresolvedLookupExpr *ULE = UnresolvedLookupExpr::Create( BuildTemplateIdExpr() local
H A DSemaOpenMP.cpp18425 } else if (auto *ULE = buildDeclareReductionRef() local
21294 } else if (auto *ULE = cast_or_null<UnresolvedLookupExpr>(UnresolvedMapper)) { buildUserDefinedMapperRef() local
H A DSemaDecl.cpp1265 auto *ULE = cast<UnresolvedLookupExpr>(E); ActOnNameClassifiedAsOverloadSet() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1455 VisitUnresolvedLookupExpr(const UnresolvedLookupExpr * ULE) VisitUnresolvedLookupExpr() argument
H A DItaniumMangle.cpp5022 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); mangleExpression() local