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

References

tools/clang/lib/AST/CommentLexer.cpp
  306           formTokenWithChars(T, TokenPtr, tok::newline);
  320           formTextToken(T, TokenPtr);
  333     lexVerbatimBlockFirstLine(T);
  336     lexVerbatimBlockBody(T);
  339     lexVerbatimLineText(T);
  342     lexHTMLStartTag(T);
  345     lexHTMLEndTag(T);
  362         formTextToken(T, TokenPtr);
  380         formTokenWithChars(T, TokenPtr, tok::text);
  381         T.setText(UnescapedText);
  387         formTextToken(T, TokenPtr);
  418           formTokenWithChars(T, TokenPtr, tok::unknown_command);
  419           T.setUnknownCommandName(CommandName);
  420           Diag(T.getLocation(), diag::warn_unknown_comment_command_name)
  421               << SourceRange(T.getLocation(), T.getEndLocation());
  421               << SourceRange(T.getLocation(), T.getEndLocation());
  426         setupAndLexVerbatimBlock(T, TokenPtr, *BufferPtr, Info);
  430         setupAndLexVerbatimLine(T, TokenPtr, Info);
  433       formTokenWithChars(T, TokenPtr, CommandKind);
  434       T.setCommandID(Info->getID());
  439       lexHTMLCharacterReference(T);
  445         formTextToken(T, TokenPtr);
  450         setupAndLexHTMLStartTag(T);
  452         setupAndLexHTMLEndTag(T);
  454         formTextToken(T, TokenPtr);