Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp103 std::string FragmentDirectory; member
124 if (FragmentDirectory.empty()) { in makeAbsolute()
135 llvm::sys::fs::make_absolute(FragmentDirectory, AbsPath); in makeAbsolute()
189 FragmentDirectory = llvm::sys::path::convert_to_slash(F.Source.Directory); in compile()
190 if (FragmentDirectory.back() != '/') in compile()
191 FragmentDirectory += '/'; in compile()
221 FragmentDir(FragmentDirectory)](const Params &P) { in compile()
242 FragmentDir(FragmentDirectory)](const Params &P) { in compile()
386 External.MountPoint.emplace(FragmentDirectory); in compile()