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

References

tools/clang/lib/Sema/SemaChecking.cpp
11416   if (!S.NSDictionaryDecl)
11425         != S.NSDictionaryDecl->getCanonicalDecl())
tools/clang/lib/Sema/SemaExprObjC.cpp
  903   if (!NSDictionaryDecl) {
  904     NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc,
  906     if (!NSDictionaryDecl) {
  917     ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel);
  957     if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel,
 1070                                 Context.getObjCInterfaceType(NSDictionaryDecl));