OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VPath
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
511
YAMLVFSEntry(T1 &&
VPath
, T2 &&RPath, bool IsDirectory = false)
512
:
VPath
(std::forward<T1>(
VPath
)), RPath(std::forward<T2>(RPath)),
514
std::string
VPath
;
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
2104
SmallString<128>
VPath
;
2106
llvm::sys::path::append(
VPath
, Comp);
2108
YAMLVFSEntry(
VPath
.c_str(), DR->getExternalContentsPath()));
2115
SmallString<128>
VPath
;
2117
llvm::sys::path::append(
VPath
, Comp);
2118
Entries.push_back(YAMLVFSEntry(
VPath
.c_str(), FE->getExternalContentsPath()));
2178
void writeEntry(StringRef
VPath
, StringRef RPath);
2229
void JSONWriter::writeEntry(StringRef
VPath
, StringRef RPath) {
2233
OS.indent(Indent + 2) << "'name': \"" << llvm::yaml::escape(
VPath
) << "\",\n";
2266
Entry.IsDirectory ? Entry.
VPath
: path::parent_path(Entry.VPath
[
all
...]
Completed in 17 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026