Searched refs:PathMatch (Results 1 – 7 of 7) sorted by relevance
59 Frag.If.PathMatch.emplace_back("fo*"); in TEST_F()69 Frag.If.PathMatch.emplace_back("fo*"); in TEST_F()75 Frag.If.PathMatch.emplace_back("fo*"); in TEST_F()76 Frag.If.PathMatch.emplace_back("ba*r"); in TEST_F()82 Frag.If.PathMatch.emplace_back("b.*"); in TEST_F()89 Frag.If.PathMatch.emplace_back("**]@theu"); in TEST_F()97 Frag.If.PathMatch.emplace_back("ba*r"); in TEST_F()168 Frag.If.PathMatch.emplace_back(Case.PathSpec); in TEST_F()
73 EXPECT_THAT(Results[0].If.PathMatch, ElementsAre(Val("abc"))); in TEST()96 EXPECT_EQ(toRange(Results.front().If.PathMatch.front().Range, in TEST()
344 F.If.PathMatch.emplace_back(".*foo.cc"); in TEST()
196 auto PathMatch = std::make_unique<std::vector<llvm::Regex>>(); in compile() local197 for (auto &Entry : F.PathMatch) { in compile()199 PathMatch->push_back(std::move(*RE)); in compile()201 if (!PathMatch->empty()) { in compile()203 [PathMatch(std::move(PathMatch)), in compile()211 return llvm::any_of(*PathMatch, [&](const llvm::Regex &RE) { in compile()
113 std::vector<Located<std::string>> PathMatch; member
56 F.PathMatch = std::move(*Values); in parse()
362 bool PathMatch(const absl::string_view& path, in PathMatch() function476 if (!PathMatch(StringViewFromSlice(*args.path), in GetCallConfig()