Searched refs:collectPropertiesToImplement (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 287 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()
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 564 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function 1107 virtual void collectPropertiesToImplement(PropertyMap &PM, 1524 virtual void collectPropertiesToImplement(PropertyMap &PM,
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | IvarInvalidationChecker.cpp | 400 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 1492 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations() 1532 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties() 1626 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()
|