Home
last modified time | relevance | path

Searched defs:collectPropertiesToImplement (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp268 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCInterfaceDecl
1602 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function in ObjCProtocolDecl
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h607 virtual void collectPropertiesToImplement(PropertyMap &PM, in collectPropertiesToImplement() function