Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h219 bool isObjCNSUIntegerType(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp391 if (isObjCNSUIntegerType(TDTTy)) in getNSNumberFactoryMethodKind()
514 bool NSAPI::isObjCNSUIntegerType(QualType T) const { in isObjCNSUIntegerType() function in NSAPI
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp891 else if (NSAPIObj->isObjCNSUIntegerType(qt)) in CacheObjCNSIntegerTypedefed()