Home
last modified time | relevance | path

Searched defs:PathExclude (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DConfigFragment.h115 std::vector<Located<std::string>> PathExclude; member
DConfigCompile.cpp217 auto PathExclude = std::make_unique<std::vector<llvm::Regex>>(); in compile() local