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

References

tools/clang/include/clang/AST/Comment.h
  655     return Traits.getCommandInfo(getCommandID())->Name;
tools/clang/lib/AST/CommentSema.cpp
   98   const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
  103   switch (Comment->getCommandID()) {
  131   const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
  135   switch (Comment->getCommandID()) {
  168   const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
  172   switch (Comment->getCommandID()) {
  563   if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed)
  581   if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand)
  627   const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
  665   if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand)
tools/clang/lib/AST/JSONNodeDumper.cpp
 1547   JOS.attribute("name", getCommentCommandName(C->getCommandID()));
 1597   JOS.attribute("name", getCommentCommandName(C->getCommandID()));
tools/clang/lib/AST/TextNodeDumper.cpp
  519   OS << " Name=\"" << getCommandName(C->getCommandID()) << "\"";
  567   OS << " Name=\"" << getCommandName(C->getCommandID())
tools/clang/lib/Index/CommentToXML.cpp
  120       const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
  171       const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
  328   const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());
  699   switch (C->getCommandID()) {
  781   switch (C->getCommandID()) {
tools/clang/tools/extra/clang-doc/Serialize.cpp
  130   CurrentCI.Name = getCommandName(C->getCommandID());
  152   CurrentCI.Name = getCommandName(C->getCommandID());