Home
last modified time | relevance | path

Searched refs:getCanonicalPath (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularizeUtilities.cpp194 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 DCoverageChecker.cpp212 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 DPreprocessorTracker.cpp793 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 DModularizeUtilities.h178 static std::string getCanonicalPath(llvm::StringRef FilePath);
H A DModularize.cpp346 return ModularizeUtilities::getCanonicalPath(Inputs.back()); in findInputFile()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DTweak.cpp108 if (auto FilePath = getCanonicalPath(SM.getFileEntryForID(FID), SM)) in fileEdit()
/llvm-project-15.0.7/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp52 auto AbsPath = getCanonicalPath(F, SM); in create()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp214 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 DSourceCode.h165 llvm::Optional<std::string> getCanonicalPath(const FileEntry *F,
H A DDiagnostics.cpp718 D.AbsFile = getCanonicalPath( in HandleDiagnostic()
H A DSourceCode.cpp511 llvm::Optional<std::string> getCanonicalPath(const FileEntry *F, in getCanonicalPath() function
H A DHover.cpp979 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM)) { in getHover()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp412 getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM); in apply()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackground.cpp293 auto AbsPath = getCanonicalPath(F, SM); in index()
H A DSymbolCollector.cpp232 auto CanonPath = getCanonicalPath(FE, SM); in toURI()