reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
410 bool makeAbsolutePath(SmallVectorImpl<char> &Path) const;
451 makeAbsolutePath(AbsPath);
tools/clang/lib/Lex/HeaderSearch.cpp 1711 FileMgr.makeAbsolutePath(Dir);
tools/clang/lib/Serialization/ASTWriter.cpp1346 bool Changed = FileMgr.makeAbsolutePath(Path); 1747 SM.getFileManager().makeAbsolutePath(OutputPath);tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
142 Files.makeAbsolutePath(FixAbsoluteFilePath); 256 Files.makeAbsolutePath(FixAbsoluteFilePath);tools/clang/unittests/Basic/FileManagerTest.cpp
329 ASSERT_TRUE(Manager.makeAbsolutePath(Path));