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

Overridden By

tools/clang/unittests/CodeGen/IRMatchers.h
  123   bool match(MatcherContext &MC) override {
  180   bool match(MatcherContext &C) override {
  214   bool match(MatcherContext &Ctx) override {

References

tools/clang/unittests/CodeGen/IRMatchers.h
  165     bool Result = Next->match(C);
  263         if (!OperandMatchers[N]->match(C)) {
  344         if (!Operands[I]->match(C)) {
  420     if (M->match(MC))
  442     if (M->match(MC))