Home | History | Annotate | Download | only in Sema

Lines Matching refs:ULE

2759   UnresolvedLookupExpr *ULE
2766 return ULE;
4932 UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(ovl);
4933 return BuildOverloadedCallExpr(S, Fn, ULE, LParenLoc, ArgExprs,
10972 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) {
10973 if (!ULE->getQualifier())
10976 for (NamedDecl *D : ULE->decls()) {