Searched refs:isObjCRequiresPropertyDefs (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1251 !IDecl->isObjCRequiresPropertyDefs()) {
1612 if (!IDecl->isObjCRequiresPropertyDefs())
1641 if (const ObjCInterfaceDecl *RID = ID->isObjCRequiresPropertyDefs())
H A DSemaDeclObjC.cpp1967 !IDecl->isObjCRequiresPropertyDefs();
/external/clang/include/clang/AST/
H A DDeclObjC.h1267 /// isObjCRequiresPropertyDefs - Checks that a class or one of its super
1270 const ObjCInterfaceDecl *isObjCRequiresPropertyDefs() const;
/external/clang/lib/AST/
H A DDeclObjC.cpp290 const ObjCInterfaceDecl *ObjCInterfaceDecl::isObjCRequiresPropertyDefs() const { function in class:ObjCInterfaceDecl

Completed in 976 milliseconds