Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dcomment-misc-tags.m32 // CHECK: (CXComment_VerbatimBlockCommand CommandName=[textblock]
38 // CHECK: (CXComment_VerbatimBlockCommand CommandName=[link]
/minix/external/bsd/llvm/dist/clang/include/clang-c/
H A DDocumentation.h140 CXComment_VerbatimBlockCommand = 9, enumerator
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp79 return CXComment_VerbatimBlockCommand; in clang_Comment_getKind()
/minix/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c503 case CXComment_VerbatimBlockCommand: in DumpCXCommentInternal()