Searched defs:DiagnoseEmptyLookup (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp1354 bool Sema::DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R, function in class:Sema
1442 // the function calling DiagnoseEmptyLookup will try to create an
1685 if (DiagnoseEmptyLookup(S, SS, R, CCC ? *CCC : DefaultValidator))
1689 "DiagnoseEmptyLookup returned false but added no results");

Completed in 75 milliseconds