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

References

tools/clang/include/clang/AST/Comment.h
  345     return Traits.getCommandInfo(getCommandID())->Name;
tools/clang/lib/AST/JSONNodeDumper.cpp
 1500   JOS.attribute("name", getCommentCommandName(C->getCommandID()));
tools/clang/lib/AST/TextNodeDumper.cpp
  478   OS << " Name=\"" << getCommandName(C->getCommandID()) << "\"";
tools/clang/tools/extra/clang-doc/Serialize.cpp
  106   CurrentCI.Name = getCommandName(C->getCommandID());