HomeSort by relevance Sort by last modified time
    Searched refs:ParagraphComment (Results 1 - 7 of 7) sorted by null

  /external/clang/unittests/AST/
CommentParser.cpp 165 ParagraphComment *&Paragraph) {
190 ParagraphComment *&Paragraph) {
236 ParagraphComment *&Paragraph) {
438 ParagraphComment *PC;
622 ParagraphComment *PC;
665 ParagraphComment *PC;
682 ParagraphComment *PC;
689 ParagraphComment *PC;
709 ParagraphComment *PC;
719 ParagraphComment *PC
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 94 ParagraphComment *actOnParagraphComment(
106 ParagraphComment *Paragraph);
124 ParagraphComment *Paragraph);
137 ParagraphComment *Paragraph);
Comment.h 115 friend class ParagraphComment;
531 class ParagraphComment : public BlockContentComment {
535 ParagraphComment(ArrayRef<InlineContentComment *> Content) :
596 ParagraphComment *Paragraph;
674 ParagraphComment *getParagraph() const LLVM_READONLY {
682 void setParagraph(ParagraphComment *PC) {
  /external/clang/tools/libclang/
CXComment.cpp 109 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C))
414 const ParagraphComment *FirstParagraph;
434 const ParagraphComment *PC = cast<ParagraphComment>(Child);
557 void visitParagraphComment(const ParagraphComment *C);
571 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
639 const ParagraphComment *C) {
796 const ParagraphComment *C) {
883 void visitParagraphComment(const ParagraphComment *C)
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 45 ParagraphComment *Sema::actOnParagraphComment(
47 return new (Allocator) ParagraphComment(Content);
68 ParagraphComment *Paragraph) {
277 ParagraphComment *Paragraph) {
364 ParagraphComment *Paragraph) {
553 ParagraphComment *Paragraph = Command->getParagraph();
    [all...]
CommentParser.cpp 336 ParagraphComment *Paragraph = S.actOnParagraphComment(
377 ParagraphComment *Paragraph;
384 Paragraph = cast<ParagraphComment>(Block);
Comment.cpp 105 bool ParagraphComment::isWhitespaceNoCache() const {

Completed in 239 milliseconds