Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp405 void ObjCInterfaceDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCInterfaceDecl
2042 void ObjCProtocolDecl::collectPropertiesToImplement(PropertyMap &PM) const { in collectPropertiesToImplement() function in ObjCProtocolDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1093 virtual void collectPropertiesToImplement(PropertyMap &PM) const {} in collectPropertiesToImplement() function