Home | History | Annotate | Download | only in hidl

Lines Matching refs:Position

24 // Mimics for yy::location and yy::position
27 struct Position {
28 Position(std::string f, size_t l, size_t c)
35 // File name to which this position refers.
43 inline std::ostream& operator<< (std::ostream& ostr, const Position& pos) {
51 Location (Position begin, Position end)
53 inline const Position &begin() const { return mBegin; }
54 inline const Position &end() const { return mEnd; }
57 return Location(Position(path, 1, 1), Position(path, 1, 1));
62 const Position mBegin;
64 const Position mEnd;
68 Position last = Position(loc.end().filename(),