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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
  914   if (!DictionaryWithObjectsMethod) {
 1026     DictionaryWithObjectsMethod = Method;
 1029   QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType();
 1031   QualType KeysT = DictionaryWithObjectsMethod->parameters()[1]->getType();
 1073       DictionaryWithObjectsMethod, SR));