Searched refs:PathMatch (Results 1 – 6 of 6) sorted by relevance
62 Frag.If.PathMatch.emplace_back("fo*"); in TEST_F()72 Frag.If.PathMatch.emplace_back("fo*"); in TEST_F()78 Frag.If.PathMatch.emplace_back("fo*"); in TEST_F()79 Frag.If.PathMatch.emplace_back("ba*r"); in TEST_F()85 Frag.If.PathMatch.emplace_back("b.*"); in TEST_F()92 Frag.If.PathMatch.emplace_back("**]@theu"); in TEST_F()100 Frag.If.PathMatch.emplace_back("ba*r"); in TEST_F()106 Frag.If.PathMatch.emplace_back("B.*R"); in TEST_F()231 Frag.If.PathMatch.emplace_back(Case.PathSpec); in TEST_F()
79 EXPECT_THAT(Results[0].If.PathMatch, ElementsAre(val("abc"))); in TEST()104 EXPECT_EQ(toRange(Results.front().If.PathMatch.front().Range, in TEST()
343 F.If.PathMatch.emplace_back(".*foo.cc"); in TEST()
213 auto PathMatch = std::make_unique<std::vector<llvm::Regex>>(); in compile() local214 for (auto &Entry : F.PathMatch) { in compile()216 PathMatch->push_back(std::move(*RE)); in compile()218 if (!PathMatch->empty()) { in compile()220 [PathMatch(std::move(PathMatch)), in compile()228 return llvm::any_of(*PathMatch, [&](const llvm::Regex &RE) { in compile()
114 std::vector<Located<std::string>> PathMatch; member
84 F.PathMatch = std::move(*Values); in parse()