Home | History | Annotate | Download | only in Sema

Lines Matching refs:NumberType

174                                                 QualType NumberType,
178 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType);
183 << NumberType << R;
243 NumberType, /*TInfo=*/nullptr,
262 QualType NumberType = Number->getType();
268 NumberType = Context.CharTy;
272 NumberType = Context.getWideCharType();
276 NumberType = Context.Char16Ty;
280 NumberType = Context.Char32Ty;
288 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType,