Home
last modified time | relevance | path

Searched refs:CXComment_Text (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Index/
Dheaderfile-comment-to-html.m24 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
27 // CHECK-NEXT: (CXComment_Text Text=[ Device.h ])
28 // CHECK-NEXT: (CXComment_Text Text=[<Foundation])
29 // CHECK-NEXT: (CXComment_Text Text=[/Device.h>])))
31 // CHECK-NEXT: (CXComment_Text Text=[ A Device represents a remote or local computer o…
46 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
49 // CHECK-NEXT: (CXComment_Text Text=[ Sensor.h "Sensor.h"])))
51 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
54 // CHECK-NEXT: (CXComment_Text Text=[ This is Sensor on the Device.] HasTrailingNewline)
55 // CHECK-NEXT: (CXComment_Text Text=[ Its purpose is not to Sense Device's heat.]))))]
[all …]
Dcomment-misc-tags.m27 // CHECK-NEXT: (CXComment_Text Text=[ Single-threaded work-loop client request mechanism.] Ha…
30 // CHECK-NEXT: (CXComment_Text Text=[ An IOCommandGate instance is an extremely light weight …
31 // CHECK-NEXT: (CXComment_Text Text=[ executes an action on the driver's work-loop...…
41 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
44 // CHECK-NEXT: (CXComment_Text Text=[ //un_ref/doc/uid/XX0000011 I/O Kit Fundamentals] HasTrai…
45 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
48 // CHECK-NEXT: (CXComment_Text Text=[ //k_ref/doc/uid/XX30000905-CH204 Programming])
64 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
66 // CHECK-NEXT: (CXComment_Text Text=[ left alignment.] HasTrailingNewline)))
69 // CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
[all …]
Dsubclass-comment.mm13 // CHECK-NEXT: (CXComment_Text Text=[ NSObject is root of all.])))]
21 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
28 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
35 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
42 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
/external/clang/include/clang-c/
DDocumentation.h64 CXComment_Text = 1, enumerator
/external/clang/tools/libclang/
DCXComment.cpp55 return CXComment_Text; in clang_Comment_getKind()
/external/clang/tools/c-index-test/
Dc-index-test.c394 case CXComment_Text: in DumpCXCommentInternal()