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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DNSAPI.h186 bool isObjCNSUIntegerType(QualType T) const;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DNSAPI.cpp301 if (isObjCNSUIntegerType(TDTTy))
378 bool NSAPI::isObjCNSUIntegerType(QualType T) const { function in class:NSAPI
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp764 else if (NSAPIObj->isObjCNSUIntegerType(qt))
797 bool IsNSUIntegerType = !IsNSIntegerType && NSAPIObj->isObjCNSUIntegerType(qt);

Completed in 101 milliseconds