Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h394 bool handleObjCProtocol(const ObjCProtocolDecl *D);
H A DCXIndexDataConsumer.cpp74 DataConsumer.handleObjCProtocol(D); in VisitObjCProtocolDecl()
712 bool CXIndexDataConsumer::handleObjCProtocol(const ObjCProtocolDecl *D) { in handleObjCProtocol() function in CXIndexDataConsumer