Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp234 auto PathExclude = std::make_unique<std::vector<llvm::Regex>>(); in compile() local
235 for (auto &Entry : F.PathExclude) { in compile()
237 PathExclude->push_back(std::move(*RE)); in compile()
239 if (!PathExclude->empty()) { in compile()
241 [PathExclude(std::move(PathExclude)), in compile()
249 return llvm::none_of(*PathExclude, [&](const llvm::Regex &RE) { in compile()
H A DConfigFragment.h116 std::vector<Located<std::string>> PathExclude; member
H A DConfigYAML.cpp88 F.PathExclude = std::move(*Values); in parse()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp86 Frag.If.PathExclude.emplace_back(".*r"); in TEST_F()
115 Frag.If.PathExclude.emplace_back("B.*R"); in TEST_F()
242 Frag.If.PathExclude.emplace_back(Case.PathSpec); in TEST_F()