Home | History | Annotate | Download | only in AST

Lines Matching defs:Content

559   SmallVector<InlineContentComment *, 8> Content;
566 break; // Block content or EOF ahead, finish this parapgaph.
569 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
579 if (Content.size() == 0)
593 Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
600 Content.push_back(parseInlineCommand());
622 if (Content.size() > 0)
623 Content.back()->addTrailingNewline();
629 Content.push_back(parseHTMLStartTag());
633 Content.push_back(parseHTMLEndTag());
637 Content.push_back(S.actOnText(Tok.getLocation(),
656 return S.actOnParagraphComment(S.copyArray(llvm::makeArrayRef(Content)));