Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DNSAPI.h219 bool isObjCNSUIntegerType(QualType T) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DNSAPI.cpp390 if (isObjCNSUIntegerType(TDTTy)) in getNSNumberFactoryMethodKind()
511 bool NSAPI::isObjCNSUIntegerType(QualType T) const { in isObjCNSUIntegerType() function in NSAPI
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp894 else if (NSAPIObj->isObjCNSUIntegerType(qt)) in CacheObjCNSIntegerTypedefed()