Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigFragment.h116 std::vector<Located<std::string>> PathExclude; member
H A DConfigCompile.cpp234 auto PathExclude = std::make_unique<std::vector<llvm::Regex>>(); in compile() local