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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 2459   ObjCPropertyImplDecl *FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const;

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2575               ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) {
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1510           IC->FindPropertyImplIvarDecl(PropertyIvar)) {
 1549           CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) {
 1862         IMPDecl->FindPropertyImplIvarDecl(Prop->getIdentifier())) {
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  561         ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
  628       Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());