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

References

tools/clang/include/clang/AST/DeclCXX.h
  190   SourceRange getSourceRange() const LLVM_READONLY { return Range; }
  191   SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); }
  192   SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }