Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp406 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCInterfaceDecl
417 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
2048 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCProtocolDecl
2058 PI->collectPropertiesToImplement(PM); in collectPropertiesToImplement()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1087 virtual void collectPropertiesToImplement(PropertyMap &PM) const {} in collectPropertiesToImplement() function
1793 void collectPropertiesToImplement(PropertyMap &PM) const override;
2283 void collectPropertiesToImplement(PropertyMap &PM) const override;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp382 InterfaceD->collectPropertiesToImplement(PropMap); in visit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1826 SDecl->collectPropertiesToImplement(PropMap); in CollectSuperClassPropertyImplementations()
1891 IDecl->collectPropertiesToImplement(PropMap); in DefaultSynthesizeProperties()
2047 IDecl->collectPropertiesToImplement(NoNeedToImplPropMap); in DiagnoseUnimplementedProperties()