Home | History | Annotate | Download | only in libclang

Lines Matching refs:ProtInfo

33     CXIdxObjCProtocolRefInfo ProtInfo = { nullptr,
36 ProtInfos.push_back(ProtInfo);
460 ObjCProtocolListInfo ProtInfo(D->isThisDeclarationADefinition()
466 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
506 ObjCProtocolDeclInfo ProtInfo(D);
507 ProtInfo.ObjCProtoRefListInfo = ProtListInfo.getListInfo();
509 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);
526 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA);
538 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo();