Home | History | Annotate | Download | only in Sema

Lines Matching refs:NumberType

170                                                 QualType NumberType,
174 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType);
179 << NumberType << R;
240 NumberType, /*TInfo=*/0, SC_None,
259 QualType NumberType = Number->getType();
265 NumberType = Context.CharTy;
269 NumberType = Context.getWCharType();
273 NumberType = Context.Char16Ty;
277 NumberType = Context.Char32Ty;
285 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType,