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

  /external/clang/include/clang/AST/
NSAPI.h 186 bool isObjCNSUIntegerType(QualType T) const;
  /external/clang/lib/AST/
NSAPI.cpp 301 if (isObjCNSUIntegerType(TDTTy))
378 bool NSAPI::isObjCNSUIntegerType(QualType T) const {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 763 else if (NSAPIObj->isObjCNSUIntegerType(qt))
796 bool IsNSUIntegerType = !IsNSIntegerType && NSAPIObj->isObjCNSUIntegerType(qt);
    [all...]

Completed in 43 milliseconds