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

References

tools/clang/lib/AST/CommentLexer.cpp
  407       if (!Info) {
  408         if ((Info = Traits.getTypoCorrectCommandInfo(CommandName))) {
  409           StringRef CorrectedName = Info->Name;
  425       if (Info->IsVerbatimBlockCommand) {
  426         setupAndLexVerbatimBlock(T, TokenPtr, *BufferPtr, Info);
  429       if (Info->IsVerbatimLineCommand) {
  430         setupAndLexVerbatimLine(T, TokenPtr, Info);
  434       T.setCommandID(Info->getID());