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

References

tools/clang/include/clang/AST/Comment.h
  248     return C->getCommentKind() >= FirstInlineContentCommentConstant &&
  249            C->getCommentKind() <= LastInlineContentCommentConstant;
  275     return C->getCommentKind() == TextCommentKind;
  333     return C->getCommentKind() == InlineCommandCommentKind;
  391     return C->getCommentKind() >= FirstHTMLTagCommentConstant &&
  392            C->getCommentKind() <= LastHTMLTagCommentConstant;
  465     return C->getCommentKind() == HTMLStartTagCommentKind;
  520     return C->getCommentKind() == HTMLEndTagCommentKind;
  540     return C->getCommentKind() >= FirstBlockContentCommentConstant &&
  541            C->getCommentKind() <= LastBlockContentCommentConstant;
  569     return C->getCommentKind() == ParagraphCommentKind;
  638     return C->getCommentKind() >= FirstBlockCommandCommentConstant &&
  639            C->getCommentKind() <= LastBlockCommandCommentConstant;
  734     return C->getCommentKind() == ParamCommandCommentKind;
  825     return C->getCommentKind() == TParamCommandCommentKind;
  876     return C->getCommentKind() == VerbatimBlockLineCommentKind;
  907     return C->getCommentKind() == VerbatimBlockCommentKind;
  963     return C->getCommentKind() == VerbatimLineCommentKind;
 1108     return C->getCommentKind() == FullCommentKind;
tools/clang/include/clang/AST/CommentVisitor.h
   31     switch (C->getCommentKind()) {
tools/clang/lib/AST/Comment.cpp
   36   switch (getCommentKind()) {
   83   switch (getCommentKind()) {
   97   switch (getCommentKind()) {
tools/clang/lib/Index/CommentToXML.cpp
  103     switch (Child->getCommentKind()) {
tools/clang/tools/libclang/CXComment.cpp
   46   switch (C->getCommentKind()) {