Home | History | Annotate | Download | only in Sema

Lines Matching refs:CountType

868     QualType CountType = Method->parameters()[2]->getType();
869 if (!CountType->isIntegerType()) {
874 << 2 << CountType