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

References

tools/clang/lib/AST/DeclPrinter.cpp
 1456   if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)
tools/clang/lib/AST/JSONNodeDumper.cpp
  992   case ObjCPropertyDecl::Required: JOS.attribute("control", "required"); break;
tools/clang/lib/AST/TextNodeDumper.cpp
 1895   if (D->getPropertyImplementation() == ObjCPropertyDecl::Required)
tools/clang/lib/Sema/SemaObjCProperty.cpp
  698     PDecl->setPropertyImplementation(ObjCPropertyDecl::Required);