Home
last modified time | relevance | path

Searched refs:collectPropertiesToImplement (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp287 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl
298 (*PI)->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
1496 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl
1510 (*PI)->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h564 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function
1107 virtual void collectPropertiesToImplement(PropertyMap &PM,
1524 virtual void collectPropertiesToImplement(PropertyMap &PM,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp400 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp1492 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations()
1532 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties()
1626 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()