Home
last modified time | relevance | path

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

/external/clang/test/Index/
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…
/external/clang/include/clang-c/
DDocumentation.h146 CXComment_VerbatimBlockLine = 10, enumerator
/external/clang/tools/libclang/
DCXComment.cpp82 return CXComment_VerbatimBlockLine; in clang_Comment_getKind()
/external/clang/tools/c-index-test/
Dc-index-test.c526 case CXComment_VerbatimBlockLine: in DumpCXCommentInternal()