Home | History | Annotate | Download | only in Sema

Lines Matching refs:ULE

2354     UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(Arg);
2355 if (!ULE) continue;
2357 for (const auto *D : ULE->decls()) {