Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1088 auto SeparateComponents = [](SmallVectorImpl<char> &LookupPath, in LookupEmbedFile()
1091 llvm::sys::path::native(StartingFrom, LookupPath); in LookupEmbedFile()
1093 llvm::sys::path::remove_filename(LookupPath); in LookupEmbedFile()
1094 if (!LookupPath.empty() && in LookupEmbedFile()
1095 !llvm::sys::path::is_separator(LookupPath.back())) { in LookupEmbedFile()
1096 LookupPath.push_back(llvm::sys::path::get_separator().front()); in LookupEmbedFile()
1098 LookupPath.append(FileName.begin(), FileName.end()); in LookupEmbedFile()
1102 SmallString<512> LookupPath; in LookupEmbedFile() local
1109 SeparateComponents(LookupPath, FullFileDir, Filename, true); in LookupEmbedFile()
1111 FM.getFileRef(LookupPath, OpenFile); in LookupEmbedFile()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h943 ErrorOr<Status> getExternalStatus(const Twine &LookupPath,
1031 ErrorOr<Status> status(const Twine &LookupPath, const Twine &OriginalPath,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2382 const Twine &LookupPath, const Twine &OriginalPath, in status() argument
2399 return Status::copyWithNewName(DE->getStatus(), LookupPath); in status()
2403 RedirectingFileSystem::getExternalStatus(const Twine &LookupPath, in getExternalStatus() argument
2405 auto Result = ExternalFS->status(LookupPath); in getExternalStatus()