Home
last modified time | relevance | path

Searched refs:CheckBufferID (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp407 unsigned CheckBufferID = SM.FindBufferContainingLoc(DiagItr->CheckLoc); in BuildInputAnnotations() local
409 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()