Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h710 std::string suggestPathToFileForDiagnostics(const FileEntry *File,
718 std::string suggestPathToFileForDiagnostics(llvm::StringRef File,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp1657 std::string HeaderSearch::suggestPathToFileForDiagnostics(const FileEntry *File, in suggestPathToFileForDiagnostics() function in HeaderSearch
1662 return suggestPathToFileForDiagnostics(File->getName(), /*BuildDir=*/"", in suggestPathToFileForDiagnostics()
1666 std::string HeaderSearch::suggestPathToFileForDiagnostics( in suggestPathToFileForDiagnostics() function in HeaderSearch
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp5065 PP.getHeaderSearchInfo().suggestPathToFileForDiagnostics(E, &IsSystem); in getIncludeStringForHeader()