Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h907 std::string suggestPathToFileForDiagnostics(FileEntryRef File,
920 std::string suggestPathToFileForDiagnostics(llvm::StringRef File,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp2037 std::string HeaderSearch::suggestPathToFileForDiagnostics( in suggestPathToFileForDiagnostics() function in HeaderSearch
2039 return suggestPathToFileForDiagnostics(File.getName(), /*WorkingDir=*/"", in suggestPathToFileForDiagnostics()
2043 std::string HeaderSearch::suggestPathToFileForDiagnostics( in suggestPathToFileForDiagnostics() function in HeaderSearch
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5571 auto Path = PP.getHeaderSearchInfo().suggestPathToFileForDiagnostics( in getHeaderNameForHeader()