Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigFragment.h114 std::vector<Located<std::string>> PathMatch; member
H A DConfigCompile.cpp213 auto PathMatch = std::make_unique<std::vector<llvm::Regex>>(); in compile() local