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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  528     ProcessPropertyDecl(PDecl);
  529     return PDecl;
  532   if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
  542     QualType ClassExtPropertyT = Context.getCanonicalType(PDecl->getType());
  549           diag::err_type_mismatch_continuation_class) << PDecl->getType();
  557   checkAtomicPropertyMismatch(*this, PIDecl, PDecl, true);
  560   ProcessPropertyDecl(PDecl);
  561   return PDecl;