Searched refs:ClauseRange (Results 1 – 1 of 1) sorted by relevance
49 SourceRange ClauseRange; variable92 : DirKind(DirKind), ClauseKind(ClauseKind), ClauseRange(BeginLoc, {}) {} in OpenACCParsedClause()98 SourceLocation getBeginLoc() const { return ClauseRange.getBegin(); } in getBeginLoc()102 SourceLocation getEndLoc() const { return ClauseRange.getEnd(); } in getEndLoc()251 void setEndLoc(SourceLocation EndLoc) { ClauseRange.setEnd(EndLoc); } in setEndLoc()