Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A Dcomment-misc-tags.m65 // CHECK-NEXT: (CXComment_InlineCommand CommandName=[c] RenderMonospaced Arg[0]=AlignLeft)
70 // CHECK-NEXT: (CXComment_InlineCommand CommandName=[c] RenderMonospaced Arg[0]=AlignRight)
/llvm-project-15.0.7/clang/include/clang-c/
H A DDocumentation.h70 CXComment_InlineCommand = 2, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp54 return CXComment_InlineCommand; in clang_Comment_getKind()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c483 case CXComment_InlineCommand: in DumpCXCommentInternal()