Home | History | Annotate | Download | only in AST

Lines Matching full:continueloc

1113   SourceLocation ContinueLoc;
1115 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {}
1120 SourceLocation getContinueLoc() const { return ContinueLoc; }
1121 void setContinueLoc(SourceLocation L) { ContinueLoc = L; }
1124 return SourceRange(ContinueLoc);