Home | History | Annotate | Download | only in Misc

Lines Matching full:check

5 // CHECK: VarDecl{{.*}}TestLocation
6 // CHECK-NEXT: FullComment 0x{{[^ ]*}} <line:[[@LINE-3]]:4, col:7>
10 // CHECK: {{^VarDecl.*TestIndent[^()]*$}}
11 // CHECK-NEXT: {{^`-FullComment.*>$}}
15 // CHECK: VarDecl{{.*}}Test_TextComment
16 // CHECK-NEXT: FullComment
17 // CHECK-NEXT: ParagraphComment
18 // CHECK-NEXT: TextComment{{.*}} Text=" Aaa"
22 // CHECK: VarDecl{{.*}}Test_BlockCommandComment
23 // CHECK: BlockCommandComment{{.*}} Name="brief"
24 // CHECK-NEXT: ParagraphComment
25 // CHECK-NEXT: TextComment{{.*}} Text=" Aaa"
30 // CHECK: FunctionDecl{{.*}}Test_ParamCommandComment
31 // CHECK: ParamCommandComment{{.*}} [in] implicitly Param="Aaa" ParamIndex=0
32 // CHECK-NEXT: ParagraphComment
33 // CHECK-NEXT: TextComment{{.*}} Text=" xxx"
34 // CHECK: ParamCommandComment{{.*}} [in,out] explicitly Param="Bbb" ParamIndex=1
35 // CHECK-NEXT: ParagraphComment
36 // CHECK-NEXT: TextComment{{.*}} Text=" yyy"
40 // CHECK: ClassTemplateDecl{{.*}}Test_TParamCommandComment
41 // CHECK: TParamCommandComment{{.*}} Param="Aaa" Position=<0>
42 // CHECK-NEXT: ParagraphComment
43 // CHECK-NEXT: TextComment{{.*}} Text=" xxx"
47 // CHECK: VarDecl{{.*}}Test_InlineCommandComment
48 // CHECK: InlineCommandComment{{.*}} Name="c" RenderMonospaced Arg[0]="Aaa"
53 // CHECK: VarDecl{{.*}}Test_HTMLTagComment
54 // CHECK-NEXT: FullComment
55 // CHECK-NEXT: ParagraphComment
56 // CHECK-NEXT: TextComment{{.*}} Text=" "
57 // CHECK-NEXT: HTMLStartTagComment{{.*}} Name="a"
58 // CHECK-NEXT: TextComment{{.*}} Text="Aaa"
59 // CHECK-NEXT: HTMLEndTagComment{{.*}} Name="a"
60 // CHECK-NEXT: TextComment{{.*}} Text=" "
61 // CHECK-NEXT: HTMLStartTagComment{{.*}} Name="br" SelfClosing
67 // CHECK: VarDecl{{.*}}Test_VerbatimBlockComment
68 // CHECK: VerbatimBlockComment{{.*}} Name="verbatim" CloseName="endverbatim"
69 // CHECK-NEXT: VerbatimBlockLineComment{{.*}} Text=" Aaa"
74 // CHECK: FunctionTemplateDecl{{.*}}Test_TemplatedFunctionVariadic
75 // CHECK: ParamCommandComment{{.*}} [in] implicitly Param="..."
76 // CHECK-NEXT: ParagraphComment
77 // CHECK-NEXT: TextComment{{.*}} Text=" More arguments"