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

References

tools/clang/include/clang/AST/RawCommentList.h
  105   SourceRange getSourceRange() const LLVM_READONLY { return Range; }
  106   SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); }
  107   SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
tools/clang/lib/AST/RawCommentList.cpp
  128         SourceMgr.getDecomposedLoc(Range.getBegin());
  158       SourceMgr.getDecomposedLoc(Range.getBegin());
  159   std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd());
  188                     Range.getBegin(),