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

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

Completed in 306 milliseconds