Searched defs:IsNSIntegerType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp596 bool IsNSIntegerType,
603 IsNSIntegerType ? "typedef NS_ENUM(NSInteger, "
646 bool IsNSIntegerType) {
648 IsNSIntegerType ? "NS_ENUM(NSInteger, " : "NS_OPTIONS(NSUInteger, ";
795 bool IsNSIntegerType = NSAPIObj->isObjCNSIntegerType(qt); local
796 bool IsNSUIntegerType = !IsNSIntegerType && NSAPIObj->isObjCNSUIntegerType(qt);
798 if (!IsNSIntegerType && !IsNSUIntegerType) {
821 if (IsNSIntegerType && !Ctx.Idents.get("NS_ENUM").hasMacroDefinition())
828 commit, IsNSIntegerType, NSOptions);
593 rewriteToNSEnumDecl(const EnumDecl *EnumDcl, const TypedefDecl *TypedefDcl, const NSAPI &NS, edit::Commit &commit, bool IsNSIntegerType, bool NSOptions) argument
643 rewriteToNSMacroDecl(const EnumDecl *EnumDcl, const TypedefDecl *TypedefDcl, const NSAPI &NS, edit::Commit &commit, bool IsNSIntegerType) argument

Completed in 193 milliseconds