Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-move/
DMove.cpp501 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::ClangMoveTool
702 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()
DMove.h157 std::string makeAbsolutePath(StringRef Path);
/external/llvm-project/clang/include/clang/Basic/
DFileManager.h294 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
/external/clang/include/clang/Basic/
DFileManager.h266 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
/external/llvm-project/clang/lib/Basic/
DFileManager.cpp464 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { in makeAbsolutePath() function in FileManager
481 makeAbsolutePath(AbsPath); in fillRealPathName()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp149 Files.makeAbsolutePath(FixAbsoluteFilePath); in reportDiagnostic()
263 Files.makeAbsolutePath(FixAbsoluteFilePath); in reportFix()
/external/clang/lib/Basic/
DFileManager.cpp403 bool FileManager::makeAbsolutePath(SmallVectorImpl<char> &Path) const { in makeAbsolutePath() function in FileManager
/external/llvm-project/clang/unittests/Basic/
DFileManagerTest.cpp460 ASSERT_TRUE(Manager.makeAbsolutePath(Path)); in TEST_F()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp1763 FileMgr.makeAbsolutePath(Dir); in loadSubdirectoryModuleMaps()
/external/clang/lib/Serialization/
DASTWriter.cpp1163 bool Changed = FileMgr.makeAbsolutePath(Path); in cleanPathForOutput()
1522 SM.getFileManager().makeAbsolutePath(OutputPath); in WriteControlBlock()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp980 bool Changed = FileMgr.makeAbsolutePath(Path); in cleanPathForOutput()
1391 SM.getFileManager().makeAbsolutePath(OutputPath); in WriteControlBlock()