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

References

tools/clang/include/clang/AST/Stmt.h
 2185   SourceLocation getBeginLoc() const { return getSwitchLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5853       S->getBody(), S->getSwitchLoc());
tools/clang/lib/Sema/TreeTransform.h
 6876       S->getSwitchLoc(), S->getConditionVariable(), S->getCond(),
 6883     = getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), Init.get(), Cond);
 6893   return getDerived().RebuildSwitchStmtBody(S->getSwitchLoc(), Switch.get(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  176   Record.AddSourceLocation(S->getSwitchLoc());