Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaTemplate/
Dtemplate-id-printing.cpp56 namespace ULE { namespace
/external/clang/test/SemaTemplate/
Dtemplate-id-printing.cpp56 namespace ULE { namespace
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedUsingDeclsCheck.cpp158 if (const auto *ULE = Result.Nodes.getNodeAs<UnresolvedLookupExpr>("used")) { in check() local
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h3955 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingResults() local
3964 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingASTTemplateKWAndArgsInfo() local
3971 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getTrailingTemplateArgumentLoc() local
3978 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(this)) in getNamingClass() local
/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp1230 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr() local
DSemaOverload.cpp12629 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates()
12857 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr()
12960 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet()
13069 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr()
13174 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr()
15087 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference() local
DSema.cpp2330 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion() local
DTreeTransform.h3591 ExprResult RebuildCXXFoldExpr(UnresolvedLookupExpr *ULE, in RebuildCXXFoldExpr()
9338 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause() local
9386 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPTaskReductionClause() local
9431 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPInReductionClause() local
9611 auto *ULE = cast<UnresolvedLookupExpr>(E); in transformOMPMappableExprListClause() local
14302 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) { in RebuildCXXOperatorCallExpr() local
DSemaExpr.cpp3180 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr() local
6318 if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn)) { in ActOnCallExpr() local
6414 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in BuildCallExpr() local
14768 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess() local
DSemaCodeComplete.cpp5595 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) { in ProduceCallSignatureHelp() local
DSemaTemplate.cpp4737 UnresolvedLookupExpr *ULE in BuildTemplateIdExpr() local
DSemaOpenMP.cpp14699 } else if (auto *ULE = in buildDeclareReductionRef() local
17425 } else if (auto *ULE = cast_or_null<UnresolvedLookupExpr>(UnresolvedMapper)) { in buildUserDefinedMapperRef() local
DSemaDeclAttr.cpp3171 } else if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in handleCleanupAttr() local
DSemaDecl.cpp1243 auto *ULE = cast<UnresolvedLookupExpr>(E); in ActOnNameClassifiedAsOverloadSet() local
/external/clang/lib/Sema/
DSemaOverload.cpp10993 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates()
11212 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr()
11281 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet()
11347 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr()
11448 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr()
13043 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference() local
DSemaExpr.cpp2822 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr() local
5188 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in ActOnCallExpr() local
11504 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess() local
DSemaLookup.cpp2764 UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg); in FindAssociatedClassesAndNamespaces() local
DSemaCodeComplete.cpp4039 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) in CodeCompleteCall() local
DTreeTransform.h7893 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause() local
11807 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) { in RebuildCXXOperatorCallExpr() local
DSemaDeclAttr.cpp2711 } else if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in handleCleanupAttr() local
DSemaTemplate.cpp2965 UnresolvedLookupExpr *ULE in BuildTemplateIdExpr() local
DSemaOpenMP.cpp8920 } else if (auto *ULE = in buildDeclareReductionRef() local
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1262 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
DItaniumMangle.cpp4189 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression() local
/external/clang/lib/AST/
DItaniumMangle.cpp3447 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression() local