Home
last modified time | relevance | path

Searched refs:clang_InlineCommandComment_getArgText (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/include/clang-c/
H A DDocumentation.h291 CXString clang_InlineCommandComment_getArgText(CXComment Comment,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DDocumentation.h296 CXString clang_InlineCommandComment_getArgText(CXComment Comment,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DDocumentation.h296 CXString clang_InlineCommandComment_getArgText(CXComment Comment,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DDocumentation.h296 CXString clang_InlineCommandComment_getArgText(CXComment Comment,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DDocumentation.h296 CXString clang_InlineCommandComment_getArgText(CXComment Comment,
/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports63 clang_InlineCommandComment_getArgText
H A DCXComment.cpp178 CXString clang_InlineCommandComment_getArgText(CXComment CXC, in clang_InlineCommandComment_getArgText() function
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2417 pub fn clang_InlineCommandComment_getArgText(comment: CXComment, index: c_uint) -> CXString;
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c426 clang_InlineCommandComment_getArgText(Comment, i)); in DumpCXCommentInternal()