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

References

tools/clang/include/clang/Sema/DeclSpec.h
  497   SourceRange getSourceRange() const LLVM_READONLY { return Range; }
  498   SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); }
  499   SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
  629   void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); }
  630   void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); }