Searched defs:SourcePositionEvent (Results 1 – 1 of 1) sorted by relevance
526 struct SourcePositionEvent { struct527 enum Type { LITERAL_STARTS, LITERAL_ENDS, DIFF_STARTS, DIFF_ENDS };529 int position;530 Type type;532 union {537 SourcePositionEvent(FunctionLiteral* literal, bool is_start) in SourcePositionEvent() argument542 SourcePositionEvent(const SourceChangeRange& change, bool is_start) in SourcePositionEvent() function548 static bool LessThan(const SourcePositionEvent& a, in LessThan()