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

References

tools/clang/include/clang/AST/CommentParser.h
   84            Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand;
tools/clang/lib/AST/CommentBriefParser.cpp
   80       const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
tools/clang/lib/AST/CommentParser.cpp
  316   const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
  322                                   Tok.getCommandID(),
  327                                     Tok.getCommandID(),
  332                                   Tok.getCommandID(),
  417                               CommandTok.getCommandID(),
  424                               CommandTok.getCommandID());
  429         << Traits.getCommandInfo(CommandTok.getCommandID())->Name
  577       const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
tools/clang/unittests/AST/CommentLexer.cpp
   48     return Traits.getCommandInfo(Tok.getCommandID())->Name;