HomeSort by: relevance | last modified time | path
    Searched refs:ParagraphComment (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentSema.h 86 ParagraphComment *actOnParagraphComment(
98 ParagraphComment *Paragraph);
116 ParagraphComment *Paragraph);
129 ParagraphComment *Paragraph);
Comment.h 126 friend class ParagraphComment;
546 class ParagraphComment : public BlockContentComment {
550 ParagraphComment(ArrayRef<InlineContentComment *> Content) :
611 ParagraphComment *Paragraph;
689 ParagraphComment *getParagraph() const LLVM_READONLY {
697 void setParagraph(ParagraphComment *PC) {
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 89 const ParagraphComment *FirstParagraph;
110 const ParagraphComment *PC = cast<ParagraphComment>(Child);
234 void visitParagraphComment(const ParagraphComment *C);
248 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
320 const ParagraphComment *C) {
488 const ParagraphComment *C) {
545 void visitParagraphComment(const ParagraphComment *C);
547 void appendParagraphCommentWithKind(const ParagraphComment *C,
683 CommentASTToXMLConverter::visitParagraphComment(const ParagraphComment *C)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 45 ParagraphComment *Sema::actOnParagraphComment(
47 return new (Allocator) ParagraphComment(Content);
68 ParagraphComment *Paragraph) {
278 ParagraphComment *Paragraph) {
361 ParagraphComment *Paragraph) {
569 ParagraphComment *Paragraph = Command->getParagraph();
Comment.cpp 119 bool ParagraphComment::isWhitespaceNoCache() const {
CommentParser.cpp 340 ParagraphComment *Paragraph = S.actOnParagraphComment(None);
380 ParagraphComment *Paragraph;
387 Paragraph = cast<ParagraphComment>(Block);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 113 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C))

Completed in 28 milliseconds