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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 2455   void addPropertyImplementation(ObjCPropertyImplDecl *property);

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1523     IC->addPropertyImplementation(PIDecl);
 1562     CatImplClass->addPropertyImplementation(PIDecl);