Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp394 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl
408 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
1980 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl
1992 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1088 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function
1781 void collectPropertiesToImplement(PropertyMap &PM,
2237 void collectPropertiesToImplement(PropertyMap &PM,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp383 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1827 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations()
1893 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties()
2050 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()