HomeSort by relevance Sort by last modified time
    Searched full:paragraphcomment (Results 1 - 12 of 12) sorted by null

  /external/clang/test/Misc/
ast-dump-comment.cpp 17 // CHECK-NEXT: ParagraphComment
24 // CHECK-NEXT: ParagraphComment
32 // CHECK-NEXT: ParagraphComment
35 // CHECK-NEXT: ParagraphComment
42 // CHECK-NEXT: ParagraphComment
55 // CHECK-NEXT: ParagraphComment
ast-dump-color.cpp 35 //CHECK: {{^}}[[Blue]]| `-[[RESET]][[YELLOW]]ParagraphComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:4:4[[RESET]], [[Yellow]]line:5:8[[RESET]]>{{$}}
59 //CHECK: {{^}}[[Blue]]| `-[[RESET]][[YELLOW]]ParagraphComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:4[[RESET]], [[Yellow]]col:11[[RESET]]>{{$}}
66 //CHECK: {{^}}[[Blue]]| | `-[[RESET]][[YELLOW]]ParagraphComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:6[[RESET]], [[Yellow]]col:16[[RESET]]>{{$}}
70 //CHECK: {{^}}[[Blue]]| | |-[[RESET]][[YELLOW]]ParagraphComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:21:6[[RESET]], [[Yellow]]col:22[[RESET]]>{{$}}
72 //CHECK: {{^}}[[Blue]]| | `-[[RESET]][[YELLOW]]ParagraphComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]line:23:6[[RESET]], [[Yellow]]col:44[[RESET]]>{{$}}
  /external/clang/include/clang/Basic/
CommentNodes.td 17 def ParagraphComment : DComment<BlockContentComment>;
  /external/clang/unittests/AST/
CommentParser.cpp 165 ParagraphComment *&Paragraph) {
190 ParagraphComment *&Paragraph) {
236 ParagraphComment *&Paragraph) {
438 ParagraphComment *PC;
622 ParagraphComment *PC;
665 ParagraphComment *PC;
682 ParagraphComment *PC;
689 ParagraphComment *PC;
709 ParagraphComment *PC;
719 ParagraphComment *PC
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 94 ParagraphComment *actOnParagraphComment(
106 ParagraphComment *Paragraph);
124 ParagraphComment *Paragraph);
137 ParagraphComment *Paragraph);
Comment.h 115 friend class ParagraphComment;
531 class ParagraphComment : public BlockContentComment {
535 ParagraphComment(ArrayRef<InlineContentComment *> Content) :
596 ParagraphComment *Paragraph;
674 ParagraphComment *getParagraph() const LLVM_READONLY {
682 void setParagraph(ParagraphComment *PC) {
  /external/clang/tools/libclang/
CXComment.cpp 109 if (const ParagraphComment *PC = dyn_cast<ParagraphComment>(C))
414 const ParagraphComment *FirstParagraph;
434 const ParagraphComment *PC = cast<ParagraphComment>(Child);
557 void visitParagraphComment(const ParagraphComment *C);
571 void visitNonStandaloneParagraphComment(const ParagraphComment *C);
639 const ParagraphComment *C) {
796 const ParagraphComment *C) {
883 void visitParagraphComment(const ParagraphComment *C)
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 45 ParagraphComment *Sema::actOnParagraphComment(
47 return new (Allocator) ParagraphComment(Content);
68 ParagraphComment *Paragraph) {
277 ParagraphComment *Paragraph) {
364 ParagraphComment *Paragraph) {
553 ParagraphComment *Paragraph = Command->getParagraph();
    [all...]
Comment.cpp 105 bool ParagraphComment::isWhitespaceNoCache() const {
CommentParser.cpp 336 ParagraphComment *Paragraph = S.actOnParagraphComment(
377 ParagraphComment *Paragraph;
384 Paragraph = cast<ParagraphComment>(Block);
ASTDumper.cpp 46 // Comment names (FullComment, ParagraphComment, TextComment, etc)
    [all...]
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 89 milliseconds