Searched refs:IsPositiveMatch (Results 1 – 2 of 2) sorted by relevance
104 bool IsPositiveMatch = true; variable108 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern() argument109 : G(G), IsPositiveMatch(IsPositiveMatch) {} in NameOrPattern()118 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch()
23 bool IsPositiveMatch = !Pattern.consume_front("!"); in create() local35 IsPositiveMatch); in create()