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

References

tools/clang/include/clang/AST/Stmt.h
 2165     setSwitchLoc(SL);
tools/clang/lib/AST/ASTImporter.cpp
 5866   ToStmt->setSwitchLoc(ToSwitchLoc);
tools/clang/lib/AST/Stmt.cpp
  959   setSwitchLoc(SourceLocation{});
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  257   S->setSwitchLoc(ReadSourceLocation());