Home
last modified time | relevance | path

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

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