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