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

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp705 static StringRef GetUnsignedName(StringRef NSIntegerName) { argument
706 StringRef UnsignedName = llvm::StringSwitch<StringRef>(NSIntegerName)
712 .Default(NSIntegerName);
719 StringRef NSIntegerName,
724 ClassString += GetUnsignedName(NSIntegerName);
728 ClassString += NSIntegerName;
947 StringRef NSIntegerName = NSAPIObj->GetNSIntegralKind(qt); local
949 if (NSIntegerName.empty()) {
971 commit, NSIntegerName, NSOptions);
716 rewriteToNSEnumDecl(const EnumDecl *EnumDcl, const TypedefDecl *TypedefDcl, const NSAPI &NS, edit::Commit &commit, StringRef NSIntegerName, bool NSOptions) argument

Completed in 37 milliseconds