Searched refs:PathExclude (Results 1 – 4 of 4) sorted by relevance
217 auto PathExclude = std::make_unique<std::vector<llvm::Regex>>(); in compile() local218 for (auto &Entry : F.PathExclude) { in compile()220 PathExclude->push_back(std::move(*RE)); in compile()222 if (!PathExclude->empty()) { in compile()224 [PathExclude(std::move(PathExclude)), in compile()232 return llvm::none_of(*PathExclude, [&](const llvm::Regex &RE) { in compile()
115 std::vector<Located<std::string>> PathExclude; member
60 F.PathExclude = std::move(*Values); in parse()
83 Frag.If.PathExclude.emplace_back(".*r"); in TEST_F()179 Frag.If.PathExclude.emplace_back(Case.PathSpec); in TEST_F()