Home
last modified time | relevance | path

Searched refs:handleObjCProtocol (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h393 bool handleObjCProtocol(const ObjCProtocolDecl *D);
H A DCXIndexDataConsumer.cpp74 DataConsumer.handleObjCProtocol(D); in VisitObjCProtocolDecl()
719 bool CXIndexDataConsumer::handleObjCProtocol(const ObjCProtocolDecl *D) { in handleObjCProtocol() function in CXIndexDataConsumer