Lines Matching refs:i_commentedRef
320 const comref & i_commentedRef, in produce_Summary() argument
323 csv_assert( i_commentedRef.Info() ); in produce_Summary()
325 const ary::idl::Type_id aType = i_commentedRef.Type(); in produce_Summary()
326 const ce_info & rDocu = *i_commentedRef.Info(); in produce_Summary()
345 aLocalLink() << "#" << get_LocalLinkName(io_env, i_commentedRef); in produce_Summary()
362 const comref & i_commentedRef, in produce_LinkDoc() argument
365 if ( i_commentedRef.Info() != 0 ) in produce_LinkDoc()
372 aDocuDisplay.Produce_fromReference(*i_commentedRef.Info(), i_ce); in produce_LinkDoc()
376 produce_Summary(io_env, io_context, i_commentedRef, i_ce); in produce_LinkDoc()
384 pCe = io_env.Linker().Search_CeFromType(i_commentedRef.Type()); in produce_LinkDoc()
404 const comref & i_commentedRef ) in get_LocalLinkName() argument
412 rType = io_env.Data().Find_Type(i_commentedRef.Type()); in get_LocalLinkName()