Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp433 if (DiagItr->InputStartLine == DiagItr->InputEndLine && in BuildInputAnnotations()
448 A.InputLine = DiagItr->InputStartLine; in BuildInputAnnotations()
450 if (DiagItr->InputStartLine == DiagItr->InputEndLine) { in BuildInputAnnotations()
458 assert(DiagItr->InputStartLine < DiagItr->InputEndLine && in BuildInputAnnotations()
462 for (unsigned L = DiagItr->InputStartLine + 1, E = DiagItr->InputEndLine; in BuildInputAnnotations()
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h163 unsigned InputStartLine; member
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1617 InputStartLine = Start.first; in FileCheckDiag()