Searched refs:PathExclude (Results 1 – 4 of 4) sorted by relevance
234 auto PathExclude = std::make_unique<std::vector<llvm::Regex>>(); in compile() local235 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()
116 std::vector<Located<std::string>> PathExclude; member
88 F.PathExclude = std::move(*Values); in parse()
86 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()