Home
last modified time | relevance | path

Searched refs:isObjCNSIntegerType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DNSAPI.cpp299 if (isObjCNSIntegerType(TDTTy)) in getNSNumberFactoryMethodKind()
374 bool NSAPI::isObjCNSIntegerType(QualType T) const { in isObjCNSIntegerType() function in NSAPI
/external/clang/include/clang/AST/
DNSAPI.h184 bool isObjCNSIntegerType(QualType T) const;
/external/clang/lib/ARCMigrate/
DObjCMT.cpp528 bool IsNSIntegerType = NSAPIObj->isObjCNSIntegerType(qt); in migrateNSEnumDecl()