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

References

tools/clang/include/clang/AST/Comment.h
  349     return SourceRange(getBeginLoc().getLocWithOffset(-1), getEndLoc());
  563     setSourceRange(SourceRange(Content.front()->getBeginLoc(),
  565     setLocation(Content.front()->getBeginLoc());
  659     return getBeginLoc().getLocWithOffset(1);
  665                        getBeginLoc().getLocWithOffset(1 + Name.size()));
  685         setSourceRange(SourceRange(getBeginLoc(), NewLocEnd));
  701       setSourceRange(SourceRange(getBeginLoc(), NewLocEnd));
 1103         SourceRange(Blocks.front()->getBeginLoc(), Blocks.back()->getEndLoc()));
 1104     setLocation(Blocks.front()->getBeginLoc());