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

References

tools/clang/include/clang/AST/CommentLexer.h
   84     if (Length == 0 || Length == 1)
   84     if (Length == 0 || Length == 1)
   86     return Loc.getLocWithOffset(Length - 1);
   95   unsigned getLength() const LLVM_READONLY { return Length; }
   96   void setLength(unsigned L) { Length = L; }
tools/clang/lib/AST/CommentLexer.cpp
   24   llvm::errs() << " " << Length << " \"" << L.getSpelling(*this, SM) << "\"\n";