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

References

tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
  494   if (Sel == NS.getNSDictionarySelector(NSAPI::NSDict_dictionary)) {
  501   if (Sel == NS.getNSDictionarySelector(
  522   if (Sel == NS.getNSDictionarySelector(
  524       Sel == NS.getNSDictionarySelector(NSAPI::NSDict_initWithObjectsAndKeys)) {
  529     if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
  559   if (Sel == NS.getNSDictionarySelector(
  561       Sel == NS.getNSDictionarySelector(NSAPI::NSDict_initWithObjectsForKeys)) {
  566     if (!getNSArrayObjects(Msg->getArg(0), NS, Vals))
  570     if (!getNSArrayObjects(Msg->getArg(1), NS, Keys))