Home
last modified time | relevance | path

Searched defs:PathMatch (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DConfigFragment.h113 std::vector<Located<std::string>> PathMatch; member
DConfigCompile.cpp196 auto PathMatch = std::make_unique<std::vector<llvm::Regex>>(); in compile() local
/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