Home
last modified time | relevance | path

Searched defs:ExpectedLine (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/debug/dwarf/
H A Ddwarf_test.h47 struct ExpectedLine { struct
57 expected_lines_.push_back(ExpectedLine {substr, next, at_file, at_line}); in Check() argument
/aosp_15_r20/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp383 unsigned ExpectedLine = SM.getSpellingLineNumber(Pos, &Invalid); in ParseDirective() local