Searched refs:NumberType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp243 QualType NumberType,
247 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType);
252 << NumberType << R;
299 NumberType, /*TInfo=*/nullptr,
318 QualType NumberType = Number->getType(); local
325 NumberType = Context.CharTy;
329 NumberType = Context.getWideCharType();
333 NumberType = Context.Char16Ty;
337 NumberType = Context.Char32Ty;
345 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType,
242 getNSNumberFactoryMethod(Sema &S, SourceLocation Loc, QualType NumberType, bool isLiteral = false, SourceRange R = SourceRange()) argument
[all...]

Completed in 63 milliseconds