Home
last modified time | relevance | path

Searched refs:ClauseRange (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h49 SourceRange ClauseRange; variable
92 : 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()