Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp430 if (DiagItr->InputStartLine == DiagItr->InputEndLine && in BuildInputAnnotations()
445 A.InputLine = DiagItr->InputStartLine; in BuildInputAnnotations()
447 if (DiagItr->InputStartLine == DiagItr->InputEndLine) { in BuildInputAnnotations()
455 assert(DiagItr->InputStartLine < DiagItr->InputEndLine && in BuildInputAnnotations()
459 for (unsigned L = DiagItr->InputStartLine + 1, E = DiagItr->InputEndLine; in BuildInputAnnotations()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h160 unsigned InputStartLine; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1610 InputStartLine = Start.first; in FileCheckDiag()