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

/external/clang/lib/Sema/
H A DSemaLambda.cpp1053 if (DiagnoseEmptyLookup(CurScope, ScopeSpec, R, Validator))
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");
H A DSemaOverload.cpp10316 // diagnostics for these from DiagnoseEmptyLookup.
10469 SemaRef.DiagnoseEmptyLookup(S, SS, R, *CCC,
/external/clang/include/clang/Sema/
H A DSema.h3371 DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R,

Completed in 347 milliseconds