Searched refs:isNoMatch (Results 1 – 6 of 6) sorted by relevance
43 assertFalse(node.isNoMatch()); in testDefaults()74 assertTrue(node.isNoMatch()); in testNoMatch()
89 .isNoMatch()); in testAnalyzeClassFromByteArray()101 .isNoMatch()); in testAnalyzeClassIdMatch()111 .isNoMatch()); in testAnalyzeClassNoIdMatch()
40 public boolean isNoMatch(); in isNoMatch() method
91 if (c.isNoMatch()) { in getNoMatchClasses()
116 public boolean isNoMatch() { in isNoMatch() method in ClassCoverageImpl
181 bool isNoMatch() const { return Type == DiagnosticPredicateTy::NoMatch; } in isNoMatch() function