Searched refs:IsPositiveMatch (Results 1 – 2 of 2) sorted by relevance
22 bool IsPositiveMatch = true; in create() local24 IsPositiveMatch = false; in create()38 IsPositiveMatch); in create()
103 bool IsPositiveMatch = true; variable107 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern() argument108 : G(G), IsPositiveMatch(IsPositiveMatch) {} in NameOrPattern()117 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch()