Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h217 bool isObjCNSIntegerType(QualType T) const;
/src/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp359 if (isObjCNSIntegerType(TDTTy)) in getNSNumberFactoryMethodKind()
483 bool NSAPI::isObjCNSIntegerType(QualType T) const { in isObjCNSIntegerType() function in NSAPI
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp889 if (NSAPIObj->isObjCNSIntegerType(qt)) in CacheObjCNSIntegerTypedefed()