Home
last modified time | relevance | path

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

/dports/math/barvinok/barvinok-0.41.5/pet/
H A Dscan.h50 struct ScopLoc { struct
51 ScopLoc() : end(0) {} in ScopLoc() argument
53 clang::SourceLocation scop;
54 clang::SourceLocation endscop;
55 unsigned start_line;
56 unsigned start;
57 unsigned end;