Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dindex.js12 function computeRelativePath(FilePath, CurrentDirectory) { function
33 var Path = computeRelativePath(Ref.Path, CurrentDirectory);
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp224 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, in computeRelativePath() function
320 computeRelativePath(FileMgr, Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A 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()