Home
last modified time | relevance | path

Searched refs:makeAbsolutePath (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp502 isExpansionInFile(makeAbsolutePath(Context->Spec.OldHeader)); in registerMatchers()
503 auto InOldCC = isExpansionInFile(makeAbsolutePath(Context->Spec.OldCC)); in registerMatchers()
686 std::string ClangMoveTool::makeAbsolutePath(StringRef Path) { in makeAbsolutePath() function in clang::move::ClangMoveTool
703 std::string AbsoluteOldHeader = makeAbsolutePath(Context->Spec.OldHeader); in addIncludes()
712 } else if (makeAbsolutePath(Context->Spec.OldCC) == AbsoluteCurrentFile) { in addIncludes()
768 makeAbsolutePath(Context->Spec.OldHeader)) { in removeDeclsInOldFiles()
847 auto FE = SM.getFileManager().getOptionalFileRef(makeAbsolutePath(OldFile)); in moveAll()
H A DMove.h157 std::string makeAbsolutePath(StringRef Path);
/llvm-project/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp167 FM.makeAbsolutePath(AbsPath); in HandleAST()
/llvm-project/clang/include/clang/Basic/
H A DFileManager.h338 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
/llvm-project/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp147 SM.getFileManager().makeAbsolutePath(Path); in groupReplacements()
/llvm-project/clang/lib/Basic/
H A DFileManager.cpp511 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { in makeAbsolutePath()
528 makeAbsolutePath(AbsPath); in fillRealPathName()
509 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { makeAbsolutePath() function in FileManager
/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp264 SM.getFileManager().makeAbsolutePath(MainFile); in EndOfMainFile()
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp147 Files.makeAbsolutePath(FixAbsoluteFilePath); in reportDiagnostic()
295 Files.makeAbsolutePath(AbsoluteFilePath); in getRange()
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp126 FM->makeAbsolutePath(OutputPath); in getArgListFromJSON()
487 FM->makeAbsolutePath(Path); in processFrontendOptions()
932 FM->makeAbsolutePath(FullPath); in createContext()
/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp322 getSourceMgr().getFileManager().makeAbsolutePath(Path); in ReplaceText()
/llvm-project/clang/unittests/Basic/
H A DFileManagerTest.cpp470 ASSERT_TRUE(Manager.makeAbsolutePath(Path));
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp790 CI.getFileManager().makeAbsolutePath(Storage); in addFileDep()
/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1959 FileMgr.makeAbsolutePath(Dir); in collectAllModules()
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1172 bool Changed = FileMgr.makeAbsolutePath(Path); in adjustFilenameForRelocatableAST()