Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h158 struct ObjCProtocolDeclInfo : public ObjCContainerDeclInfo { struct
161 ObjCProtocolDeclInfo(const ObjCProtocolDecl *D) in ObjCProtocolDeclInfo() argument
H A DIndexing.cpp774 if (const ObjCProtocolDeclInfo * in clang_index_getObjCProtocolRefListInfo()
775 ProtInfo = dyn_cast<ObjCProtocolDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo()
H A DCXIndexDataConsumer.cpp735 ObjCProtocolDeclInfo ProtInfo(D); in handleObjCProtocol()