Home | History | Annotate | Download | only in libclang

Lines Matching refs:ProtInfo

32     CXIdxObjCProtocolRefInfo ProtInfo = { 0,
35 ProtInfos.push_back(ProtInfo);
453 ObjCProtocolListInfo ProtInfo(D->isThisDeclarationADefinition()
459 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
498 ObjCProtocolDeclInfo ProtInfo(D);
499 ProtInfo.ObjCProtoRefListInfo = ProtListInfo.getListInfo();
501 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);
518 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA);
530 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo();