Home
last modified time | relevance | path

Searched defs:collectPropertiesToImplement (Results 1 – 2 of 2) 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
2001 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1090 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function