Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h163 unsigned InputStartLine; member
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1770 EXPECT_EQ(Diag.InputStartLine, 1u); in TEST_F()
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp1617 InputStartLine = Start.first; in FileCheckDiag()