Searched refs:makeAbsolutePath (Results 1 – 9 of 9) sorted by relevance
501 isExpansionInFile(makeAbsolutePath(Context->Spec.OldHeader)); in registerMatchers()502 auto InOldCC = isExpansionInFile(makeAbsolutePath(Context->Spec.OldCC)); in registerMatchers()685 std::string ClangMoveTool::makeAbsolutePath(StringRef Path) { in makeAbsolutePath() function in clang::move::ClangMoveTool702 std::string AbsoluteOldHeader = makeAbsolutePath(Context->Spec.OldHeader); in addIncludes()711 } else if (makeAbsolutePath(Context->Spec.OldCC) == AbsoluteCurrentFile) { in addIncludes()767 makeAbsolutePath(Context->Spec.OldHeader)) { in removeDeclsInOldFiles()846 auto FE = SM.getFileManager().getFile(makeAbsolutePath(OldFile)); in moveAll()
157 std::string makeAbsolutePath(StringRef Path);
162 FM.makeAbsolutePath(AbsPath); in HandleAST()
307 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
541 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { in makeAbsolutePath() function in FileManager558 makeAbsolutePath(AbsPath); in fillRealPathName()
149 Files.makeAbsolutePath(FixAbsoluteFilePath); in reportDiagnostic()285 Files.makeAbsolutePath(AbsoluteFilePath); in getRange()
438 ASSERT_TRUE(Manager.makeAbsolutePath(Path)); in TEST_F()
1866 FileMgr.makeAbsolutePath(Dir); in loadSubdirectoryModuleMaps()
1050 bool Changed = FileMgr.makeAbsolutePath(Path); in cleanPathForOutput()