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

References

tools/clang/include/clang/AST/Stmt.h
 1235   void setStartLoc(SourceLocation L) { StartLoc = L; }
 1239   SourceLocation getBeginLoc() const LLVM_READONLY { return StartLoc; }