Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h878 std::string suggestPathToFileForDiagnostics(FileEntryRef File,
891 std::string suggestPathToFileForDiagnostics(llvm::StringRef File,
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1932 std::string HeaderSearch::suggestPathToFileForDiagnostics( in suggestPathToFileForDiagnostics() function in HeaderSearch
1934 return suggestPathToFileForDiagnostics(File.getName(), /*WorkingDir=*/"", in suggestPathToFileForDiagnostics()
1938 std::string HeaderSearch::suggestPathToFileForDiagnostics( in suggestPathToFileForDiagnostics() function in HeaderSearch
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5705 auto Path = PP.getHeaderSearchInfo().suggestPathToFileForDiagnostics( in getHeaderNameForHeader()