Home
last modified time | relevance | path

Searched refs:CurrentDirectory (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dindex.js12 function computeRelativePath(FilePath, CurrentDirectory) { argument
15 if (CurrentDirectory == Path)
20 var Dir = CurrentDirectory;
32 function genLink(Ref, CurrentDirectory) { argument
33 var Path = computeRelativePath(Ref.Path, CurrentDirectory);
46 function genHTMLOfIndex(Index, CurrentDirectory, IsOutermostList) { argument
52 SpanNode.appendChild(genLink(Index, CurrentDirectory));
62 ChildNodes = genHTMLOfIndex(Child, CurrentDirectory, false);
75 CurrentDirectory = IndexDiv.getAttribute("path");
76 var IndexNodes = genHTMLOfIndex(Index, CurrentDirectory, true);
/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModularizeUtilities.cpp139 SmallString<256> CurrentDirectory; in loadSingleHeaderListsAndDependencies() local
140 llvm::sys::fs::current_path(CurrentDirectory); in loadSingleHeaderListsAndDependencies()
173 HeaderFileName = CurrentDirectory; in loadSingleHeaderListsAndDependencies()
190 Dependent = CurrentDirectory; in loadSingleHeaderListsAndDependencies()
212 SmallString<256> CurrentDirectory; in loadProblemHeaderList() local
213 llvm::sys::fs::current_path(CurrentDirectory); in loadProblemHeaderList()
245 HeaderFileName = CurrentDirectory; in loadProblemHeaderList()
H A DModuleAssistant.cpp224 llvm::SmallString<256> CurrentDirectory; in loadModuleDescriptions() local
225 llvm::sys::fs::current_path(CurrentDirectory); in loadModuleDescriptions()
229 HeaderPrefix = CurrentDirectory; in loadModuleDescriptions()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp309 genReference(const Reference &Type, StringRef CurrentDirectory, in genReference() argument
317 llvm::SmallString<64> Path = Type.getRelativeFilePath(CurrentDirectory); in genReference()
329 const StringRef &CurrentDirectory) { in genReferenceList() argument
334 Out.emplace_back(genReference(R, CurrentDirectory)); in genReferenceList()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h679 CurrentDirectory, ///< Absolute CWD path enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp936 BuildInfoArgs[BuildInfoRecord::CurrentDirectory] = in emitBuildInfo()