Home | History | Annotate | Download | only in Sema

Lines Matching full:numbertype

174                                                 QualType NumberType,
178 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType);
183 << NumberType << R;
245 NumberType, /*TInfo=*/nullptr,
264 QualType NumberType = Number->getType();
270 NumberType = Context.CharTy;
274 NumberType = Context.getWideCharType();
278 NumberType = Context.Char16Ty;
282 NumberType = Context.Char32Ty;
290 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType,