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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1842   ObjCPropertyImplDecl *getObjCPropertyImplDeclForPropertyDecl(

References

tools/clang/lib/AST/ASTContext.cpp
 6539       getObjCPropertyImplDeclForPropertyDecl(PD, Container)) {
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3296         if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container))
 3350       auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container);