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

Declarations

tools/clang/include/clang/AST/CommentSema.h
   86   ParagraphComment *actOnParagraphComment(

References

tools/clang/lib/AST/CommentParser.cpp
  340     ParagraphComment *Paragraph = S.actOnParagraphComment(None);
  382     Paragraph = S.actOnParagraphComment(None);
  656   return S.actOnParagraphComment(S.copyArray(llvm::makeArrayRef(Content)));