Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dquery_loc.h46 unsigned int theLineEnd; variable
66 unsigned int getLineEnd() const { return theLineEnd; } in getLineEnd()
68 void setLineEnd(unsigned int aLineEnd) { theLineEnd = aLineEnd; } in setLineEnd()
H A Dquery_loc.cpp34 theLineEnd (0), in QueryLoc()
46 theLineEnd(columnBegin), in QueryLoc()
93 theLineEnd == loc.getLineEnd()); in equals()
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp1518 ar & obj.theLineEnd; in operator &()