Lines Matching refs:CAT
94 for (const ObjCCategoryDecl *Cat : OID->visible_categories())
96 Cat->getMethod(OMD->getSelector(), OMD->isInstanceMethod()))
4692 const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT);
4693 if (!CAT)
4701 if (ArgCAT->getSize().ult(CAT->getSize())) {
4705 << (unsigned) CAT->getSize().getZExtValue();