Searched refs:CheckBufferID (Results 1 – 1 of 1) sorted by relevance
407 unsigned CheckBufferID = SM.FindBufferContainingLoc(DiagItr->CheckLoc); in BuildInputAnnotations() local409 SM.getLineAndColumn(DiagItr->CheckLoc, CheckBufferID); in BuildInputAnnotations()412 if (CheckBufferID == CheckFileBufferID) in BuildInputAnnotations()414 else if (ImpPatBufferIDRange.first <= CheckBufferID && in BuildInputAnnotations()415 CheckBufferID < ImpPatBufferIDRange.second) in BuildInputAnnotations()416 Label << "imp" << (CheckBufferID - ImpPatBufferIDRange.first + 1); in BuildInputAnnotations()