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

Definitions

tools/clang/include/clang/AST/Comment.h
  237 class InlineContentComment : public Comment {
  262 class TextComment : public InlineContentComment {
  298 class InlineCommandComment : public InlineContentComment {
  371 class HTMLTagComment : public InlineContentComment {
  413 class HTMLStartTagComment : public HTMLTagComment {
  596 class BlockCommandComment : public BlockContentComment {
  711 class ParamCommandComment : public BlockCommandComment {
  799 class TParamCommandComment : public BlockCommandComment {
  863 class VerbatimBlockLineComment : public Comment {
  943 class VerbatimLineComment : public BlockCommandComment {
 1091 class FullComment : public Comment {