reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/HeaderSearch.h
  724   std::string suggestPathToFileForDiagnostics(llvm::StringRef File,

References

tools/clang/lib/Lex/HeaderSearch.cpp
 1731   return suggestPathToFileForDiagnostics(File->getName(), /*WorkingDir=*/"",
tools/clang/tools/extra/clangd/Headers.cpp
  198     Suggested = HeaderSearchInfo->suggestPathToFileForDiagnostics(
tools/clang/unittests/Lex/HeaderSearchTest.cpp
   62   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/x/y/z", /*WorkingDir=*/"",
   70   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/x/y/z", /*WorkingDir=*/"",
   74   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/a/b/c", /*WorkingDir=*/"",
   81   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/a/b/c/x/y/z",
   89   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/x/y/./z",
   94   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/m/n/./c/z",
  120   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/y/z",
  127   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/y/z/t.h",
  133   EXPECT_EQ(Search.suggestPathToFileForDiagnostics("/y/z/t.h",