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

References

tools/clang/lib/AST/RawCommentList.cpp
  179   (void)getRawText(Context.getSourceManager());
  186   comments::Lexer L(Allocator, Context.getDiagnostics(),
  187                     Context.getCommentCommandTraits(),
  190   comments::BriefParser P(L, Context.getCommentCommandTraits());
  194   char *BriefTextPtr = new (Context) char[BriefTextLength + 1];