Home
last modified time | relevance | path

Searched refs:computeRelativePath (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/assets/
Dindex.js12 function computeRelativePath(FilePath, CurrentDirectory) { function
33 var Path = computeRelativePath(Ref.Path, CurrentDirectory);
/external/llvm/lib/Object/
DArchiveWriter.cpp174 static std::string computeRelativePath(StringRef From, StringRef To) { in computeRelativePath() function
214 Out << computeRelativePath(ArcName, Path); in writeStringTable()
/external/clang/lib/Lex/
DPPLexerChange.cpp233 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, in computeRelativePath() function
508 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp198 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, in computeRelativePath() function
294 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp228 static SmallString<128> computeRelativePath(StringRef Destination, in computeRelativePath() function
276 SmallString<128> StylesheetPath = computeRelativePath("", InfoPath); in genStylesheetsHTML()
292 SmallString<128> ScriptPath = computeRelativePath("", InfoPath); in genJsScriptsHTML()