HomeSort by: relevance | last modified time | path
    Searched refs:IsPositiveMatch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 101 bool IsPositiveMatch = true;
105 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch)
106 : G(G), IsPositiveMatch(IsPositiveMatch) {}
115 bool isPositiveMatch() const { return IsPositiveMatch; }
132 if (Matcher->isPositiveMatch())
ConfigManager.cpp 373 bool IsPositiveMatch = true;
375 IsPositiveMatch = false;
389 IsPositiveMatch);

Completed in 24 milliseconds