Searched defs:SourcePositionEvent (Results 1 – 1 of 1) sorted by relevance
519 struct SourcePositionEvent { struct520 enum Type { LITERAL_STARTS, LITERAL_ENDS, DIFF_STARTS, DIFF_ENDS };522 int position;523 Type type;525 union {530 SourcePositionEvent(FunctionLiteral* literal, bool is_start) in SourcePositionEvent() function535 SourcePositionEvent(const SourceChangeRange& change, bool is_start) in SourcePositionEvent() argument541 static bool LessThan(const SourcePositionEvent& a, in LessThan()