Home
last modified time | relevance | path

Searched refs:PathMatch (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigCompileTests.cpp59 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()
DConfigYAMLTests.cpp73 EXPECT_THAT(Results[0].If.PathMatch, ElementsAre(Val("abc"))); in TEST()
96 EXPECT_EQ(toRange(Results.front().If.PathMatch.front().Range, in TEST()
DClangdTests.cpp344 F.If.PathMatch.emplace_back(".*foo.cc"); in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DConfigCompile.cpp196 auto PathMatch = std::make_unique<std::vector<llvm::Regex>>(); in compile() local
197 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()
DConfigFragment.h113 std::vector<Located<std::string>> PathMatch; member
DConfigYAML.cpp56 F.PathMatch = std::move(*Values); in parse()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc362 bool PathMatch(const absl::string_view& path, in PathMatch() function
476 if (!PathMatch(StringViewFromSlice(*args.path), in GetCallConfig()