Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp393 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl
407 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
1924 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl
1936 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1112 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function
1805 void collectPropertiesToImplement(PropertyMap &PM,
2253 void collectPropertiesToImplement(PropertyMap &PM,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp384 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1773 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations()
1839 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties()
1995 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()