Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DMatchVerifier.h191 ExpectLine = Line; in expectLocation()
201 if (Line != ExpectLine || Column != ExpectColumn) { in verify()
204 Msg << "Expected location <" << ExpectLine << ":" << ExpectColumn in verify()
217 unsigned ExpectLine, ExpectColumn;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp106 constexpr int ExpectLine = __LINE__ + 3; in test_line_fn() local
116 static_assert(S2.line() == ExpectLine, ""); in test_line_fn()