Searched defs:collectPropertiesToImplement (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | DeclObjC.cpp | 405 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM) const { collectPropertiesToImplement() function in ObjCInterfaceDecl |
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclObjC.h | 1093 virtual void collectPropertiesToImplement(PropertyMap &PM) const {} in collectPropertiesToImplement() function |