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

References

tools/clang/include/clang/AST/Stmt.h
 2374   SourceLocation getBeginLoc() const { return getDoLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5903       S->getBody(), S->getCond(), S->getDoLoc(), S->getWhileLoc(),
tools/clang/lib/Sema/TreeTransform.h
 6938   return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  203   Record.AddSourceLocation(S->getDoLoc());
tools/clang/tools/extra/clang-tidy/readability/BracesAroundStatementsCheck.cpp
  144     checkStmt(Result, S->getBody(), S->getDoLoc(), S->getWhileLoc());