Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports22 clang_Cursor_getCommentRange
H A DCIndex.cpp7289 CXSourceRange clang_Cursor_getCommentRange(CXCursor C) { in clang_Cursor_getCommentRange() function
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h3987 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h4286 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h4274 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h4284 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h4284 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs1933 pub fn clang_Cursor_getCommentRange(cursor: CXCursor) -> CXSourceRange;
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c617 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange"); in PrintCursorComments()