Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h217 bool isObjCNSIntegerType(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp359 if (isObjCNSIntegerType(TDTTy)) in getNSNumberFactoryMethodKind()
485 bool NSAPI::isObjCNSIntegerType(QualType T) const { in isObjCNSIntegerType() function in NSAPI