Searched refs:getCanonicalPath (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/modularize/ |
| H A D | ModularizeUtilities.cpp | 194 Dependents.push_back(getCanonicalPath(Dependent.str())); in loadSingleHeaderListsAndDependencies() 197 HeaderFileName = getCanonicalPath(HeaderFileName); in loadSingleHeaderListsAndDependencies() 250 HeaderFileName = getCanonicalPath(HeaderFileName); in loadProblemHeaderList() 354 std::string HeaderPath = getCanonicalPath(UmbrellaHeader->getName()); in collectModuleHeaders() 381 std::string HeaderPath = getCanonicalPath(Header.Entry->getName()); in collectModuleHeaders() 425 std::string HeaderPath = getCanonicalPath(File); in collectUmbrellaHeaders() 455 std::string ModularizeUtilities::getCanonicalPath(StringRef FilePath) { in getCanonicalPath() function in ModularizeUtilities 496 FilePath = getCanonicalPath(FilePath); in addUniqueProblemFile() 508 FilePath = getCanonicalPath(FilePath); in addNoCompileErrorsFile()
|
| H A D | CoverageChecker.cpp | 212 ModuleMapHeadersSet.insert(ModularizeUtilities::getCanonicalPath( in collectModuleHeaders() 226 ModuleMapHeadersSet.insert(ModularizeUtilities::getCanonicalPath( in collectModuleHeaders() 265 ModuleMapHeadersSet.insert(ModularizeUtilities::getCanonicalPath(File)); in collectUmbrellaHeaders() 308 ModuleMapHeadersSet.insert(ModularizeUtilities::getCanonicalPath(HeaderName)); in collectUmbrellaHeaderHeader() 390 FileSystemHeaders.push_back(ModularizeUtilities::getCanonicalPath(file)); in collectFileSystemHeaders()
|
| H A D | PreprocessorTracker.cpp | 793 HeaderList.push_back(getCanonicalPath(*I)); in PreprocessorTrackerImpl() 849 SourcePath = ModularizeUtilities::getCanonicalPath(SourcePath); in checkForIncludesInBlock() 918 std::string getCanonicalPath(llvm::StringRef path) const { in getCanonicalPath() function in Modularize::__anond6678bf10111::PreprocessorTrackerImpl 926 std::string CanonicalPath = getCanonicalPath(HeaderPath); in isHeaderListHeader() 939 std::string CanonicalPath = getCanonicalPath(HeaderPath); in findHeaderHandle() 952 std::string CanonicalPath = getCanonicalPath(HeaderPath); in addHeader()
|
| H A D | ModularizeUtilities.h | 178 static std::string getCanonicalPath(llvm::StringRef FilePath);
|
| H A D | Modularize.cpp | 346 return ModularizeUtilities::getCanonicalPath(Inputs.back()); in findInputFile()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | Tweak.cpp | 108 if (auto FilePath = getCanonicalPath(SM.getFileEntryForID(FID), SM)) in fileEdit()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/indexer/ |
| H A D | IndexerMain.cpp | 52 auto AbsPath = getCanonicalPath(F, SM); in create()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 214 auto FilePath = getCanonicalPath(F, SM); in makeLocation() 490 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM); in locateSymbolForType() 755 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM); in locateSymbolAt() 838 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM); in getDocumentLinks() 1282 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM); in findImplementations() 1331 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM); in findReferences() 1591 getCanonicalPath(SM.getFileEntryForID(SM.getFileID(NameLoc)), SM); in declToHierarchyItem() 1592 auto TUPath = getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM); in declToHierarchyItem()
|
| H A D | SourceCode.h | 165 llvm::Optional<std::string> getCanonicalPath(const FileEntry *F,
|
| H A D | Diagnostics.cpp | 718 D.AbsFile = getCanonicalPath( in HandleDiagnostic()
|
| H A D | SourceCode.cpp | 511 llvm::Optional<std::string> getCanonicalPath(const FileEntry *F, in getCanonicalPath() function
|
| H A D | Hover.cpp | 979 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM)) { in getHover()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | DefineOutline.cpp | 412 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM); in apply()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Background.cpp | 293 auto AbsPath = getCanonicalPath(F, SM); in index()
|
| H A D | SymbolCollector.cpp | 232 auto CanonPath = getCanonicalPath(FE, SM); in toURI()
|