Home
last modified time | relevance | path

Searched refs:CXComment_FullComment (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dsubclass-comment.mm11 // CHECK-NEXT: (CXComment_FullComment
19 // CHECK-NEXT: (CXComment_FullComment
26 // CHECK-NEXT: (CXComment_FullComment
33 // CHECK-NEXT: (CXComment_FullComment
40 // CHECK-NEXT: (CXComment_FullComment
H A Dheaderfile-comment-to-html.m22 // CHECK-NEXT: (CXComment_FullComment
44 // CHECK-NEXT: (CXComment_FullComment
67 // CHECK-NEXT: (CXComment_FullComment
88 // CHECK-NEXT: (CXComment_FullComment
104 // CHECK-NEXT: (CXComment_FullComment
/llvm-project-15.0.7/clang/include/clang-c/
H A DDocumentation.h157 CXComment_FullComment = 12 enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp84 return CXComment_FullComment; in clang_Comment_getKind()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c621 case CXComment_FullComment: in DumpCXCommentInternal()