Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang-c/
H A DDocumentation.h472 unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DDocumentation.h477 unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DDocumentation.h477 unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DDocumentation.h477 unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DDocumentation.h477 unsigned clang_TParamCommandComment_getIndex(CXComment Comment, unsigned Depth);
/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports81 clang_TParamCommandComment_getIndex
H A DCXComment.cpp336 unsigned clang_TParamCommandComment_getIndex(CXComment CXC, unsigned Depth) { in clang_TParamCommandComment_getIndex() function
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2429 pub fn clang_TParamCommandComment_getIndex(comment: CXComment, depth: c_uint) -> c_uint;
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c512 printf("%u", clang_TParamCommandComment_getIndex(Comment, i)); in DumpCXCommentInternal()