reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
  139     NSAPIObj.reset(new NSAPI(Context));
  336       edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
  342       edit::rewriteToObjCSubscriptSyntax(E, *Consumer.NSAPIObj, commit);
  348       rewriteToPropertyDotSyntax(E, Consumer.PP, *Consumer.NSAPIObj,
  895                              *NSAPIObj, commit);
  903   if (NSAPIObj->isObjCNSIntegerType(qt))
  905   else if (NSAPIObj->isObjCNSUIntegerType(qt))
  937   StringRef NSIntegerName = NSAPIObj->GetNSIntegralKind(qt);
  947         rewriteToNSMacroDecl(Ctx, EnumDcl, TypedefDcl, *NSAPIObj, commit, !NSOptions);
  960   bool Res = rewriteToNSEnumDecl(EnumDcl, TypedefDcl, *NSAPIObj,
 1233     rewriteToObjCProperty(Method, SetterMethod, *NSAPIObj, commit,
 1247     rewriteToObjCProperty(Method, nullptr /*SetterMethod*/, *NSAPIObj, commit,
 1269       !NSAPIObj->isMacroDefined("NS_RETURNS_INNER_POINTER"))
 1282       !NSAPIObj->isMacroDefined("NS_RETURNS_INNER_POINTER"))
 1400   if (!NSAPIObj->isMacroDefined("CF_IMPLICIT_BRIDGING_ENABLED")) {
 1475       if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED"))
 1478                NSAPIObj->isMacroDefined("CF_RETURNS_NOT_RETAINED"))
 1482       if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED"))
 1499         NSAPIObj->isMacroDefined("CF_CONSUMED")) {
 1505                NSAPIObj->isMacroDefined("NS_CONSUMED")) {
 1588       if (Ret.isOwned() && NSAPIObj->isMacroDefined("CF_RETURNS_RETAINED"))
 1591                NSAPIObj->isMacroDefined("CF_RETURNS_NOT_RETAINED"))
 1605           if (Ret.isOwned() && NSAPIObj->isMacroDefined("NS_RETURNS_RETAINED"))
 1625         NSAPIObj->isMacroDefined("CF_CONSUMED")) {
 1653       NSAPIObj->isMacroDefined("NS_CONSUMES_SELF")) {
 1716   if (!NSAPIObj->isMacroDefined("NS_DESIGNATED_INITIALIZER"))