Lines Matching defs:MsgId
104 unsigned MsgId = 0; // The id of the message to output.
109 MsgId = 0;
112 MsgId = 1;
115 MsgId = 2;
118 MsgId = 3;
122 return std::make_pair(MsgId, Increment);
198 unsigned MsgId = 0;
200 std::tie(MsgId, Increase) = D.process();
549 unsigned MsgId = 0; // The id of the message to output.
551 std::tie(MsgId, Increase) = Detail.process();
552 assert(MsgId < Msgs.size() && "MsgId should always be valid");
555 diag(Detail.Loc, Msgs[MsgId], DiagnosticIDs::Note)