Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp287 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/
HDDeclObjC.h564 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/
HDIvarInvalidationChecker.cpp400 InterfaceD->collectPropertiesToImplement(PropMap, PropOrder); in visit()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1492 SDecl->collectPropertiesToImplement(PropMap, PO); in CollectSuperClassPropertyImplementations()
1532 IDecl->collectPropertiesToImplement(PropMap, PropertyOrder); in DefaultSynthesizeProperties()
1626 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap, PO); in DiagnoseUnimplementedProperties()