Searched refs:IsPositiveMatch (Results 1 – 2 of 2) sorted by relevance
23 bool IsPositiveMatch = !Pattern.consume_front("!"); in create() 35 IsPositiveMatch); in create() 22 bool IsPositiveMatch = true; create() local
97 bool IsPositiveMatch = true; variable101 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern() argument102 : G(G), IsPositiveMatch(IsPositiveMatch) {} in NameOrPattern()111 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch()