Home
last modified time | relevance | path

Searched refs:DiagnoseAmbiguousLookup (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h769 getSema().DiagnoseAmbiguousLookup(*this); in diagnoseAmbiguous()
H A DSema.h9363 void DiagnoseAmbiguousLookup(LookupResult &Result);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1051 DiagnoseAmbiguousLookup(R); in ActOnSizeofParameterPackExpr()
H A DSemaLookup.cpp2759 void Sema::DiagnoseAmbiguousLookup(LookupResult &Result) { in DiagnoseAmbiguousLookup() function in Sema