reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
342 if (!checkForLiteralCreation(Msg, II, NS.getASTContext().getLangOpts())) 345 if (II == NS.getNSClassId(NSAPI::ClassId_NSArray)) 346 return rewriteToArrayLiteral(Msg, NS, commit, PMap); 347 if (II == NS.getNSClassId(NSAPI::ClassId_NSDictionary)) 348 return rewriteToDictionaryLiteral(Msg, NS, commit); 349 if (II == NS.getNSClassId(NSAPI::ClassId_NSNumber)) 350 return rewriteToNumberLiteral(Msg, NS, commit); 351 if (II == NS.getNSClassId(NSAPI::ClassId_NSString)) 352 return rewriteToStringBoxedExpression(Msg, NS, commit);