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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 1827   const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 2979                                 !IDecl->isObjCRequiresPropertyDefs();
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1526         !IDecl->isObjCRequiresPropertyDefs()) {
 1934     if (!IDecl->isObjCRequiresPropertyDefs())
 1970         if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs())