Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A Dcomment-misc-tags.m32 // CHECK: (CXComment_VerbatimBlockCommand CommandName=[textblock]
38 // CHECK: (CXComment_VerbatimBlockCommand CommandName=[link]
/llvm-project-15.0.7/clang/include/clang-c/
H A DDocumentation.h139 CXComment_VerbatimBlockCommand = 9, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp75 return CXComment_VerbatimBlockCommand; in clang_Comment_getKind()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c603 case CXComment_VerbatimBlockCommand: in DumpCXCommentInternal()