Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h864 std::string suggestPathToFileForDiagnostics(const FileEntry *File,
877 std::string suggestPathToFileForDiagnostics(llvm::StringRef File,
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp1919 std::string HeaderSearch::suggestPathToFileForDiagnostics( in suggestPathToFileForDiagnostics() function in HeaderSearch
1924 return suggestPathToFileForDiagnostics(File->getName(), /*WorkingDir=*/"", in suggestPathToFileForDiagnostics()
1928 std::string HeaderSearch::suggestPathToFileForDiagnostics( in suggestPathToFileForDiagnostics() function in HeaderSearch
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5687 auto Path = PP.getHeaderSearchInfo().suggestPathToFileForDiagnostics( in getHeaderNameForHeader()