Lines Matching defs:ULE
3227 UnresolvedLookupExpr *ULE = UnresolvedLookupExpr::Create(
3232 return ULE;
6462 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn);
6463 ULE && ULE->hasExplicitTemplateArgs() &&
6464 ULE->decls_begin() == ULE->decls_end()) {
6468 << ULE->getName();
6574 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl))
6576 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig,
15781 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) {
15782 if (!ULE->getQualifier())
15785 for (NamedDecl *D : ULE->decls()) {
21010 auto *ULE = cast<UnresolvedLookupExpr>(E);
21011 const DeclarationNameInfo &NameInfo = ULE->getNameInfo();
21014 NamedDecl *Temp = *ULE->decls_begin();
21017 if (NestedNameSpecifierLoc Loc = ULE->getQualifierLoc(); Loc.hasQualifier())
21023 << "" << NameInfo.getName().getAsString() << ULE->getSourceRange()