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

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

Completed in 2733 milliseconds