Home
last modified time | relevance | path

Searched refs:CXComment_VerbatimBlockLine (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dcomment-misc-tags.m33 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ Many discussions about text])
34 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ Many1 discussions about text])
35 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ Many2 discussions about text]))
39 // CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ //un_ref/c/func/function_name link text goes…
/llvm-project-15.0.7/clang/include/clang-c/
H A DDocumentation.h145 CXComment_VerbatimBlockLine = 10, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp78 return CXComment_VerbatimBlockLine; in clang_Comment_getKind()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c609 case CXComment_VerbatimBlockLine: in DumpCXCommentInternal()