Lines Matching refs:ULE
3448 UnresolvedLookupExpr *ULE in BuildDeclarationNameExpr() local
3455 return ULE; in BuildDeclarationNameExpr()
7162 if (const auto *ULE = dyn_cast<UnresolvedLookupExpr>(Fn); in ActOnCallExpr() local
7163 ULE && ULE->hasExplicitTemplateArgs() && in ActOnCallExpr()
7164 ULE->decls_begin() == ULE->decls_end()) { in ActOnCallExpr()
7168 << ULE->getName(); in ActOnCallExpr()
7263 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(ovl)) in BuildCallExpr() local
7265 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig, in BuildCallExpr()
16540 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in isQualifiedMemberAccess() local
16541 if (!ULE->getQualifier()) in isQualifiedMemberAccess()
16544 for (NamedDecl *D : ULE->decls()) { in isQualifiedMemberAccess()