Lines Matching refs:MsgId
105 unsigned MsgId; // The id of the message to output. in process() local
110 MsgId = 0; in process()
113 MsgId = 1; in process()
116 MsgId = 2; in process()
119 MsgId = 3; in process()
123 return std::make_pair(MsgId, Increment); in process()
205 unsigned MsgId; in account() local
207 std::tie(MsgId, Increase) = D.process(); in account()
557 unsigned MsgId; // The id of the message to output. in check() local
559 std::tie(MsgId, Increase) = Detail.process(); in check()
560 assert(MsgId < Msgs.size() && "MsgId should always be valid"); in check()
563 diag(Detail.Loc, Msgs[MsgId], DiagnosticIDs::Note) in check()