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

References

tools/clang/include/clang/AST/Stmt.h
 2565   SourceLocation getBeginLoc() const { return getContinueLoc(); }
 2566   SourceLocation getEndLoc() const { return getContinueLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5966   ExpectedSLoc ToContinueLocOrErr = import(S->getContinueLoc());
tools/clang/lib/Sema/SemaStmt.cpp
 1635       ContinueLoc = E->getContinueLoc();
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  240   Record.AddSourceLocation(S->getContinueLoc());