| /external/llvm-project/clang/test/SemaTemplate/ |
| D | template-id-printing.cpp | 56 namespace ULE { namespace
|
| /external/clang/test/SemaTemplate/ |
| D | template-id-printing.cpp | 56 namespace ULE { namespace
|
| /external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
| D | UnusedUsingDeclsCheck.cpp | 158 if (const auto *ULE = Result.Nodes.getNodeAs<UnresolvedLookupExpr>("used")) { in check() local
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | ExprCXX.h | 3955 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/ |
| D | SemaTemplateVariadic.cpp | 1230 UnresolvedLookupExpr *ULE = nullptr; in ActOnCXXFoldExpr() local
|
| D | SemaOverload.cpp | 12629 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
|
| D | Sema.cpp | 2330 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in IsCPUDispatchCPUSpecificMultiVersion() local
|
| D | TreeTransform.h | 3591 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
|
| D | SemaExpr.cpp | 3180 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
|
| D | SemaCodeComplete.cpp | 5595 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) { in ProduceCallSignatureHelp() local
|
| D | SemaTemplate.cpp | 4737 UnresolvedLookupExpr *ULE in BuildTemplateIdExpr() local
|
| D | SemaOpenMP.cpp | 14699 } else if (auto *ULE = in buildDeclareReductionRef() local 17425 } else if (auto *ULE = cast_or_null<UnresolvedLookupExpr>(UnresolvedMapper)) { in buildUserDefinedMapperRef() local
|
| D | SemaDeclAttr.cpp | 3171 } else if (auto *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in handleCleanupAttr() local
|
| D | SemaDecl.cpp | 1243 auto *ULE = cast<UnresolvedLookupExpr>(E); in ActOnNameClassifiedAsOverloadSet() local
|
| /external/clang/lib/Sema/ |
| D | SemaOverload.cpp | 10993 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
|
| D | SemaExpr.cpp | 2822 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
|
| D | SemaLookup.cpp | 2764 UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg); in FindAssociatedClassesAndNamespaces() local
|
| D | SemaCodeComplete.cpp | 4039 if (auto ULE = dyn_cast<UnresolvedLookupExpr>(NakedFn)) in CodeCompleteCall() local
|
| D | TreeTransform.h | 7893 auto *ULE = cast<UnresolvedLookupExpr>(E); in TransformOMPReductionClause() local 11807 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Callee)) { in RebuildCXXOperatorCallExpr() local
|
| D | SemaDeclAttr.cpp | 2711 } else if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in handleCleanupAttr() local
|
| D | SemaTemplate.cpp | 2965 UnresolvedLookupExpr *ULE in BuildTemplateIdExpr() local
|
| D | SemaOpenMP.cpp | 8920 } else if (auto *ULE = in buildDeclareReductionRef() local
|
| /external/llvm-project/clang/lib/AST/ |
| D | JSONNodeDumper.cpp | 1262 const UnresolvedLookupExpr *ULE) { in VisitUnresolvedLookupExpr()
|
| D | ItaniumMangle.cpp | 4189 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression() local
|
| /external/clang/lib/AST/ |
| D | ItaniumMangle.cpp | 3447 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression() local
|