HomeSort by relevance Sort by last modified time
    Searched refs:isObjCNSIntegerType (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
NSAPI.h 184 bool isObjCNSIntegerType(QualType T) const;
  /external/clang/lib/AST/
NSAPI.cpp 299 if (isObjCNSIntegerType(TDTTy))
374 bool NSAPI::isObjCNSIntegerType(QualType T) const {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 761 if (NSAPIObj->isObjCNSIntegerType(qt))
795 bool IsNSIntegerType = NSAPIObj->isObjCNSIntegerType(qt);
    [all...]

Completed in 3581 milliseconds