Home | History | Annotate | Download | only in Sema

Lines Matching refs:ULE

2300     UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg);
2301 if (!ULE) continue;
2303 for (UnresolvedSetIterator I = ULE->decls_begin(), E = ULE->decls_end();