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

/external/clang/tools/libclang/
H A DIndexingContext.h158 struct ObjCProtocolDeclInfo : public ObjCContainerDeclInfo { struct in namespace:clang::cxindex
161 ObjCProtocolDeclInfo(const ObjCProtocolDecl *D) function in struct:clang::cxindex::ObjCProtocolDeclInfo
170 static bool classof(const ObjCProtocolDeclInfo *D) { return true; }
H A DIndexing.cpp618 if (const ObjCProtocolDeclInfo *
619 ProtInfo = dyn_cast<ObjCProtocolDeclInfo>(DI))
H A DIndexingContext.cpp430 ObjCProtocolDeclInfo ProtInfo(D);

Completed in 724 milliseconds