HomeSort by relevance Sort by last modified time
    Searched refs:ObjCProtocolDeclInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 158 struct ObjCProtocolDeclInfo : public ObjCContainerDeclInfo {
161 ObjCProtocolDeclInfo(const ObjCProtocolDecl *D)
170 static bool classof(const ObjCProtocolDeclInfo *D) { return true; }
Indexing.cpp 616 if (const ObjCProtocolDeclInfo *
617 ProtInfo = dyn_cast<ObjCProtocolDeclInfo>(DI))
IndexingContext.cpp 430 ObjCProtocolDeclInfo ProtInfo(D);
    [all...]

Completed in 81 milliseconds