Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DConfigCompile.cpp100 std::string FragmentDirectory; member
118 if (FragmentDirectory.empty()) { in makeAbsolute()
129 llvm::sys::fs::make_absolute(FragmentDirectory, AbsPath); in makeAbsolute()
182 FragmentDirectory = llvm::sys::path::convert_to_slash(F.Source.Directory); in compile()
183 if (FragmentDirectory.back() != '/') in compile()
184 FragmentDirectory += '/'; in compile()
204 FragmentDir(FragmentDirectory)](const Params &P) { in compile()
225 FragmentDir(FragmentDirectory)](const Params &P) { in compile()
309 External.MountPoint.emplace(FragmentDirectory); in compile()