reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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)));