Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DSourceLocationTest.cpp35 Verifier.expectLocation(1, 1); in TEST()
41 Verifier.expectLocation(1, 1); in TEST()
47 Verifier.expectLocation(1, 1); in TEST()
53 Verifier.expectLocation(1, 1); in TEST()
137 Verifier.expectLocation(1, 8); in TEST()
140 Verifier.expectLocation(1, 15); in TEST()
505 Verifier.expectLocation(2, 13); in TEST()
541 Verifier.expectLocation(2, 8); in TEST()
559 Verifier.expectLocation(3, 8); in TEST()
579 Verifier.expectLocation(3, 8); in TEST()
[all …]
H A DMatchVerifier.h190 void expectLocation(unsigned Line, unsigned Column) { in expectLocation() function