Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp146 IndexCtx.handleObjCProtocol(D); in VisitObjCProtocolDecl()
DIndexingContext.h415 bool handleObjCProtocol(const ObjCProtocolDecl *D);
DIndexingContext.cpp483 bool IndexingContext::handleObjCProtocol(const ObjCProtocolDecl *D) { in handleObjCProtocol() function in IndexingContext