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

References

tools/clang/include/clang/AST/Stmt.h
 1477   SourceLocation getBeginLoc() const { return getKeywordLoc(); }
 1559   SourceLocation getCaseLoc() const { return getKeywordLoc(); }
 1616   SourceLocation getBeginLoc() const { return getKeywordLoc(); }
 1659   SourceLocation getDefaultLoc() const { return getKeywordLoc(); }
 1662   SourceLocation getBeginLoc() const { return getKeywordLoc(); }
tools/clang/lib/Serialization/ASTWriterStmt.cpp
   93   Record.AddSourceLocation(S->getKeywordLoc());