Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DNSAPI.h186 bool isObjCNSUIntegerType(QualType T) const;
/external/clang/lib/AST/
DNSAPI.cpp301 if (isObjCNSUIntegerType(TDTTy)) in getNSNumberFactoryMethodKind()
378 bool NSAPI::isObjCNSUIntegerType(QualType T) const { in isObjCNSUIntegerType() function in NSAPI
/external/clang/lib/ARCMigrate/
DObjCMT.cpp763 else if (NSAPIObj->isObjCNSUIntegerType(qt)) in CacheObjCNSIntegerTypedefed()
796 bool IsNSUIntegerType = !IsNSIntegerType && NSAPIObj->isObjCNSUIntegerType(qt); in migrateNSEnumDecl()