Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp370 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl
384 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
1853 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl
1866 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp394 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl
408 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
1981 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl
1993 PI->collectPropertiesToImplement(PM, PO); in collectPropertiesToImplement()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp383 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp384 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
/external/clang/include/clang/AST/
DDeclObjC.h1033 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function
1707 void collectPropertiesToImplement(PropertyMap &PM,
2140 void collectPropertiesToImplement(PropertyMap &PM,
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1110 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function
1803 void collectPropertiesToImplement(PropertyMap &PM,
2259 void collectPropertiesToImplement(PropertyMap &PM,
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1608 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations()
1673 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties()
1824 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp1836 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations()
1902 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties()
2059 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()