Searched refs:globs (Results 1 – 6 of 6) sorted by relevance
87 std::vector<llvm::GlobPattern> globs; variable89 bool empty() const { return literals.empty() && globs.empty(); } in empty()
951 globs.clear(); in clear()958 globs.emplace_back(*pattern); in insert()968 for (const GlobPattern &glob : globs) in matchGlob()
29 the two wildcard characters are `*` and `-`, to include and exclude globs,
38 negative (prefixed with ``-``) globs. Positive globs add subsets of checks, and39 negative globs remove them. For example,126 Comma-separated list of globs with optional '-'130 set, globs with the '-' prefix remove checks334 with the same format and semantics as for enabling checks. Note: negative globs
50 the two wildcard characters are `*` and `-`, to include and exclude globs,
43 .. option:: -callbacks <comma-separated-globs>45 This option specifies a comma-separated list of globs describing the list of47 Positive globs add matched callbacks to the set, netative globs (those with