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

References

tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  450     if (!checkForLiteralCreation(Msg, Cls, NS.getASTContext().getLangOpts()))
  453     if (Cls != NS.getNSClassId(NSAPI::ClassId_NSArray))
  457     if (Sel == NS.getNSArraySelector(NSAPI::NSArr_array))
  460     if (Sel == NS.getNSArraySelector(NSAPI::NSArr_arrayWithObject)) {
  467     if (Sel == NS.getNSArraySelector(NSAPI::NSArr_arrayWithObjects) ||
  468         Sel == NS.getNSArraySelector(NSAPI::NSArr_initWithObjects)) {
  472       if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))