Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DClangASTImporter.cpp199 else if (ObjCProtocolDecl *protocol_decl = dyn_cast<ObjCProtocolDecl>(decl)) in CompleteDecl() local
201 if (!protocol_decl->getDefinition()) in CompleteDecl()
202 protocol_decl->startDefinition(); in CompleteDecl()