Home
last modified time | relevance | path

Searched refs:RenderMonospaced (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Index/
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)
/external/clang/tools/libclang/
DCXComment.cpp161 case InlineCommandComment::RenderMonospaced: in clang_InlineCommandComment_getRenderKind()
/external/clang/lib/Index/
DCommentToXML.cpp293 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
646 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
/external/clang/include/clang/AST/
DComment.h317 RenderMonospaced, enumerator
/external/clang/lib/AST/
DCommentSema.cpp1089 .Cases("c", "p", InlineCommandComment::RenderMonospaced) in getInlineCommandRenderKind()
DASTDumper.cpp2357 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()