reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/CopyConfig.h
  137       NegMatchers.push_back(std::move(*Matcher));
  141     return is_contained(PosMatchers, S) && !is_contained(NegMatchers, S);
  143   bool empty() const { return PosMatchers.empty() && NegMatchers.empty(); }