Searched refs:ParagraphComment (Results 1 - 8 of 8) sorted by relevance

/external/clang/unittests/AST/
H A DCommentParser.cpp165 ParagraphComment *&Paragraph) {
190 ParagraphComment *&Paragraph) {
236 ParagraphComment *&Paragraph) {
438 ParagraphComment *PC;
622 ParagraphComment *PC;
690 ParagraphComment *PC;
707 ParagraphComment *PC;
714 ParagraphComment *PC;
734 ParagraphComment *PC;
744 ParagraphComment *P
[all...]
/external/clang/include/clang/AST/
H A DCommentSema.h91 ParagraphComment *actOnParagraphComment(
103 ParagraphComment *Paragraph);
121 ParagraphComment *Paragraph);
134 ParagraphComment *Paragraph);
H A DComment.h125 friend class ParagraphComment;
550 class ParagraphComment : public BlockContentComment { class in namespace:clang::comments
554 ParagraphComment(ArrayRef<InlineContentComment *> Content) : function in class:clang::comments::ParagraphComment
615 ParagraphComment *Paragraph;
693 ParagraphComment *getParagraph() const LLVM_READONLY {
701 void setParagraph(ParagraphComment *PC) {
/external/clang/lib/Index/
H A DCommentToXML.cpp90 const ParagraphComment *FirstParagraph;
111 const ParagraphComment *PC = cast<ParagraphComment>(Child);
238 void visitParagraphComment(const ParagraphComment *C);
252 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
320 const ParagraphComment *C) {
489 const ParagraphComment *C) {
550 void visitParagraphComment(const ParagraphComment *C);
552 void appendParagraphCommentWithKind(const ParagraphComment *C,
695 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *
[all...]
/external/clang/lib/AST/
H A DCommentSema.cpp45 ParagraphComment *Sema::actOnParagraphComment(
47 return new (Allocator) ParagraphComment(Content);
68 ParagraphComment *Paragraph) {
276 ParagraphComment *Paragraph) {
361 ParagraphComment *Paragraph) {
569 ParagraphComment *Paragraph = Command->getParagraph();
H A DComment.cpp106 bool ParagraphComment::isWhitespaceNoCache() const {
H A DCommentParser.cpp341 ParagraphComment *Paragraph = S.actOnParagraphComment(None);
381 ParagraphComment *Paragraph;
388 Paragraph = cast<ParagraphComment>(Block);
/external/clang/tools/libclang/
H A DCXComment.cpp117 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C))

Completed in 512 milliseconds