Home
last modified time | relevance | path

Searched refs:CXCommentInlineCommandRenderKind_Emphasized (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/include/clang-c/
H A DDocumentation.h185 CXCommentInlineCommandRenderKind_Emphasized enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DDocumentation.h185 CXCommentInlineCommandRenderKind_Emphasized, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DDocumentation.h185 CXCommentInlineCommandRenderKind_Emphasized, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DDocumentation.h185 CXCommentInlineCommandRenderKind_Emphasized, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DDocumentation.h185 CXCommentInlineCommandRenderKind_Emphasized, enumerator
/aosp_15_r20/external/clang/tools/libclang/
H A DCXComment.cpp165 return CXCommentInlineCommandRenderKind_Emphasized; in clang_InlineCommandComment_getRenderKind()
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs214 const CXCommentInlineCommandRenderKind_Emphasized = 3, constant
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c418 case CXCommentInlineCommandRenderKind_Emphasized: in DumpCXCommentInternal()