Searched refs:exclude_patterns (Results 1 – 7 of 7) sorted by relevance
33 std::string const & exclude_patterns = std::string())34 : glob_filter(include_patterns, exclude_patterns) {} in glob_filter() argument40 std::vector<std::string> const & exclude_patterns) in path_filter() argument41 : glob_filter(include_patterns, exclude_patterns) {} in path_filter()
21 string const & exclude_patterns) in string_filter() argument23 exclude(separate_token(exclude_patterns, ',')) in string_filter()29 vector<string> const & exclude_patterns) in string_filter() argument31 exclude(exclude_patterns) in string_filter()
32 std::string const & exclude_patterns) in glob_filter() argument33 : string_filter(include_patterns, exclude_patterns) {} in glob_filter()39 std::vector<std::string> const & exclude_patterns) in glob_filter() argument40 : string_filter(include_patterns, exclude_patterns) {} in glob_filter()
35 std::string const & exclude_patterns);41 std::vector<std::string> const & exclude_patterns);
67 exclude_patterns = ['_build', 'analyzer'] variable
67 exclude_patterns = ['_build'] variable
66 exclude_patterns = ['_build'] variable