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 529 bool IsNSUIntegerType = !IsNSIntegerType && NSAPIObj->isObjCNSUIntegerType(qt);

Completed in 259 milliseconds