Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp406 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl
420 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
2001 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl
2013 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1090 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function
1783 void collectPropertiesToImplement(PropertyMap &PM,
2249 void collectPropertiesToImplement(PropertyMap &PM,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp383 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
/llvm-project-15.0.7/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()