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

Declarations

tools/clang/tools/extra/clangd/SourceCode.h
  189 llvm::Optional<std::string> getCanonicalPath(const FileEntry *F,

References

tools/clang/tools/extra/clangd/Diagnostics.cpp
  528     D.AbsFile = getCanonicalPath(
tools/clang/tools/extra/clangd/XRefs.cpp
  221   auto FilePath = getCanonicalPath(F, SourceMgr);
  242       getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM);
  925       getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM);
 1074       getCanonicalPath(SM.getFileEntryForID(SM.getFileID(BeginLoc)), SM);
 1075   auto TUPath = getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM);
tools/clang/tools/extra/clangd/index/Background.cpp
  385     auto AbsPath = getCanonicalPath(F, SM);
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
   60     if (auto CanonPath = getCanonicalPath(*File, SM)) {
tools/clang/tools/extra/clangd/refactor/Tweak.cpp
   96   if (auto FilePath = getCanonicalPath(SM.getFileEntryForID(FID), SM))