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/CommentParser.cpp
  316   const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
  429         << Traits.getCommandInfo(CommandTok.getCommandID())->Name
  577       const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
  692     const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());