Searched refs:ExpectLine (Results 1 – 2 of 2) sorted by relevance
191 ExpectLine = Line; in expectLocation()201 if (Line != ExpectLine || Column != ExpectColumn) { in verify()204 Msg << "Expected location <" << ExpectLine << ":" << ExpectColumn in verify()217 unsigned ExpectLine, ExpectColumn;
106 constexpr int ExpectLine = __LINE__ + 3; in test_line_fn() local116 static_assert(S2.line() == ExpectLine, ""); in test_line_fn()