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

References

tools/clang/include/clang/AST/Stmt.h
 2481   SourceLocation getGotoLoc() const { return GotoStmtBits.GotoLoc; }
 2482   void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; }
 2519   void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; }
 2520   SourceLocation getGotoLoc() const { return GotoStmtBits.GotoLoc; }