OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hastrailingnewline
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/Index/
comment-lots-of-unknown-commands.c
156
// CHECK: (CXComment_InlineCommand CommandName=[s] RenderNormal
HasTrailingNewline
)
157
// CHECK: (CXComment_InlineCommand CommandName=[tr] RenderNormal
HasTrailingNewline
)
158
// CHECK: (CXComment_InlineCommand CommandName=[y] RenderNormal
HasTrailingNewline
)
159
// CHECK: (CXComment_InlineCommand CommandName=[tt] RenderNormal
HasTrailingNewline
)
160
// CHECK: (CXComment_InlineCommand CommandName=[tg] RenderNormal
HasTrailingNewline
)
161
// CHECK: (CXComment_InlineCommand CommandName=[alu] RenderNormal
HasTrailingNewline
)
162
// CHECK: (CXComment_InlineCommand CommandName=[U] RenderNormal
HasTrailingNewline
)
163
// CHECK: (CXComment_InlineCommand CommandName=[I] RenderNormal
HasTrailingNewline
)
164
// CHECK: (CXComment_InlineCommand CommandName=[r] RenderNormal
HasTrailingNewline
)
165
// CHECK: (CXComment_InlineCommand CommandName=[t0] RenderNormal
HasTrailingNewline
)
[
all
...]
comment-misc-tags.m
27
// CHECK-NEXT: (CXComment_Text Text=[ Single-threaded work-loop client request mechanism.]
HasTrailingNewline
)
30
// CHECK-NEXT: (CXComment_Text Text=[ An IOCommandGate instance is an extremely light weight mechanism that]
HasTrailingNewline
)
31
// CHECK-NEXT: (CXComment_Text Text=[ executes an action on the driver's work-loop...]
HasTrailingNewline
)
44
// CHECK-NEXT: (CXComment_Text Text=[ //un_ref/doc/uid/XX0000011 I/O Kit Fundamentals]
HasTrailingNewline
)
66
// CHECK-NEXT: (CXComment_Text Text=[ left alignment.]
HasTrailingNewline
)))
99
// CHECK-NEXT: (CXComment_Text Text=[ User defined paragraph:]
HasTrailingNewline
)
106
// CHECK-NEXT: (CXComment_Text Text=[ This note consists of two paragraphs.]
HasTrailingNewline
)
comment-to-html-xml-conversion.cpp
113
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]
HasTrailingNewline
)
199
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]
HasTrailingNewline
)
275
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]
HasTrailingNewline
)
293
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]
HasTrailingNewline
)
297
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]
HasTrailingNewline
)
314
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]
HasTrailingNewline
)
370
// CHECK-NEXT: (CXComment_Text Text=[ Bbb]
HasTrailingNewline
)
390
// CHECK-NEXT: (CXComment_Text Text=[ Bbb]
HasTrailingNewline
)
394
// CHECK-NEXT: (CXComment_Text Text=[ Zzz]
HasTrailingNewline
)
398
// CHECK-NEXT: (CXComment_Text Text=[ Ccc]
HasTrailingNewline
)
[
all
...]
headerfile-comment-to-html.m
54
// CHECK-NEXT: (CXComment_Text Text=[ This is Sensor on the Device.]
HasTrailingNewline
)
72
// CHECK-NEXT: (CXComment_Text Text=[ Test that headerfile can come after brief.]
HasTrailingNewline
)
/external/clang/include/clang/AST/
Comment.h
76
unsigned
HasTrailingNewline
: 1;
248
InlineContentCommentBits.
HasTrailingNewline
= 0;
258
InlineContentCommentBits.
HasTrailingNewline
= 1;
261
bool
hasTrailingNewline
() const {
262
return InlineContentCommentBits.
HasTrailingNewline
;
/external/clang/tools/libclang/
CXComment.cpp
128
return ICC->
hasTrailingNewline
();
/external/clang/unittests/AST/
CommentParser.cpp
132
if (TC->
hasTrailingNewline
())
153
if (!TC->
hasTrailingNewline
())
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
397
printf("
HasTrailingNewline
");
425
printf("
HasTrailingNewline
");
446
printf("
HasTrailingNewline
");
455
printf("
HasTrailingNewline
");
[
all
...]
Completed in 331 milliseconds