Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2802 SourceRange LookupRange = Result.getContextRange(); in DiagnoseAmbiguousLookup() local
2810 << LookupRange; in DiagnoseAmbiguousLookup()
2823 << Name << LookupRange; in DiagnoseAmbiguousLookup()
2848 Diag(NameLoc, diag::err_ambiguous_tag_hiding) << Name << LookupRange; in DiagnoseAmbiguousLookup()
2873 Diag(NameLoc, diag::err_using_placeholder_variable) << Name << LookupRange; in DiagnoseAmbiguousLookup()
2885 Diag(NameLoc, diag::err_ambiguous_reference) << Name << LookupRange; in DiagnoseAmbiguousLookup()