Home | History | Annotate | Download | only in Sema

Lines Matching refs:CallCount

31   CompleteTypeDiagnoser(bool MockResult) : CallCount(0), Result(MockResult) {}
34 ++CallCount;
38 int CallCount;
98 : CorrectFrom(From), CorrectTo(To), CurrentSema(nullptr), CallCount(0) {}
109 ++CallCount;
130 int CallCount;
202 ASSERT_LE(0, Provider.CallCount);
222 ASSERT_LE(1, First.CallCount);
223 ASSERT_LE(1, Second.CallCount);
224 ASSERT_EQ(0, Third.CallCount);
242 ASSERT_EQ(0, Diagnoser.CallCount);
260 ASSERT_EQ(1, First.CallCount);
261 ASSERT_EQ(1, Second.CallCount);
262 ASSERT_EQ(0, Third.CallCount);