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

References

tools/clang/include/clang/AST/CommentLexer.h
   80   SourceLocation getLocation() const LLVM_READONLY { return Loc; }
   81   void setLocation(SourceLocation SL) { Loc = SL; }
   85       return Loc;
   86     return Loc.getLocWithOffset(Length - 1);
tools/clang/lib/AST/CommentLexer.cpp
   23   Loc.print(llvm::errs(), SM);