reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Stmt.h
 2562   SourceLocation getContinueLoc() const { return ContinueStmtBits.ContinueLoc; }
 2563   void setContinueLoc(SourceLocation L) { ContinueStmtBits.ContinueLoc = L; }