Searched defs:OpRangeType (Results 1 – 1 of 1) sorted by relevance
101 struct OpRangeType { struct102 SourceLocation Locations[3];104 OpRangeType(SourceLocation Begin, SourceLocation LParen, in OpRangeType() function110 SourceLocation getBegin() const { return Locations[0]; } in getBegin()112 SourceLocation getLParenLoc() const { return Locations[1]; } in getLParenLoc()114 SourceLocation getRParenLoc() const { return Locations[2]; } in getRParenLoc()121 SourceRange getParenRange() const { in getParenRange()125 operator SourceRange() const { in operator SourceRange()