Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dtrycatch.cpp6 class ImportantError { class
20 throw ImportantError(); // CHECK: File 0, [[@LINE]]:5 -> [[@LINE]]:27 = #2 in func()
30 } catch(const ImportantError &e) { // CHECK-NEXT: File 0, [[@LINE]]:36 -> [[@LINE+2]]:4 = #3 in main()