HomeSort by relevance Sort by last modified time
    Searched refs:ParagraphComment (Results 1 - 8 of 8) sorted by null

  /external/clang/unittests/AST/
CommentParser.cpp 165 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 *PC
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 91 ParagraphComment *actOnParagraphComment(
103 ParagraphComment *Paragraph);
121 ParagraphComment *Paragraph);
134 ParagraphComment *Paragraph);
Comment.h 125 friend class ParagraphComment;
550 class ParagraphComment : public BlockContentComment {
554 ParagraphComment(ArrayRef<InlineContentComment *> Content) :
615 ParagraphComment *Paragraph;
693 ParagraphComment *getParagraph() const LLVM_READONLY {
701 void setParagraph(ParagraphComment *PC) {
  /external/clang/lib/Index/
CommentToXML.cpp 90 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 *C)
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 45 ParagraphComment *Sema::actOnParagraphComment(
47 return new (Allocator) ParagraphComment(Content);
68 ParagraphComment *Paragraph) {
276 ParagraphComment *Paragraph) {
361 ParagraphComment *Paragraph) {
569 ParagraphComment *Paragraph = Command->getParagraph();
    [all...]
Comment.cpp 106 bool ParagraphComment::isWhitespaceNoCache() const {
CommentParser.cpp 341 ParagraphComment *Paragraph = S.actOnParagraphComment(None);
381 ParagraphComment *Paragraph;
388 Paragraph = cast<ParagraphComment>(Block);
  /external/clang/tools/libclang/
CXComment.cpp 117 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C))

Completed in 87 milliseconds