Searched refs:Paragraph (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h103 ParagraphComment *Paragraph);
121 ParagraphComment *Paragraph);
134 ParagraphComment *Paragraph);
H A DComment.h595 /// Paragraph argument.
596 ParagraphComment *Paragraph; member in class:clang::comments::BlockCommandComment
604 Paragraph(NULL) {
616 Paragraph(NULL) {
628 return reinterpret_cast<child_iterator>(&Paragraph);
632 return reinterpret_cast<child_iterator>(&Paragraph + 1);
675 return Paragraph;
679 return Paragraph && !Paragraph->isWhitespace();
683 Paragraph
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp341 ParagraphComment *Paragraph = S.actOnParagraphComment(None); local
343 S.actOnParamCommandFinish(PC, Paragraph);
346 S.actOnTParamCommandFinish(TPC, Paragraph);
349 S.actOnBlockCommandFinish(BC, Paragraph);
381 ParagraphComment *Paragraph; local
383 Paragraph = S.actOnParagraphComment(None);
388 Paragraph = cast<ParagraphComment>(Block);
392 S.actOnParamCommandFinish(PC, Paragraph);
395 S.actOnTParamCommandFinish(TPC, Paragraph);
398 S.actOnBlockCommandFinish(BC, Paragraph);
[all...]
H A DCommentSema.cpp67 ParagraphComment *Paragraph) {
68 Command->setParagraph(Paragraph);
271 ParagraphComment *Paragraph) {
272 Command->setParagraph(Paragraph);
356 ParagraphComment *Paragraph) {
357 Command->setParagraph(Paragraph);
544 ParagraphComment *Paragraph = Command->getParagraph();
545 if (Paragraph->isWhitespace()) {
66 actOnBlockCommandFinish(BlockCommandComment *Command, ParagraphComment *Paragraph) argument
270 actOnParamCommandFinish(ParamCommandComment *Command, ParagraphComment *Paragraph) argument
355 actOnTParamCommandFinish(TParamCommandComment *Command, ParagraphComment *Paragraph) argument

Completed in 29 milliseconds