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

References

tools/clang/include/clang/AST/CommentLexer.h
  308     assert(Loc >= BufferStart && Loc <= BufferEnd &&
tools/clang/lib/AST/CommentLexer.cpp
  754     if (BufferPtr == BufferEnd) {
  765       if (BufferPtr != BufferEnd) {
  778       if (BufferPtr != BufferEnd && *BufferPtr == '<')
  784       CommentEnd = findBCPLCommentEnd(BufferPtr, BufferEnd);
  796       if (BufferPtr != BufferEnd && *BufferPtr == '<')
  801       CommentEnd = findCCommentEnd(BufferPtr, BufferEnd);
  812     while(EndWhitespace != BufferEnd && *EndWhitespace != '/')
  835         assert(BufferPtr <= BufferEnd);