Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A Dlibclang.map58 clang_Cursor_getCommentRange;
H A DCIndex.cpp8635 CXSourceRange clang_Cursor_getCommentRange(CXCursor C) { in clang_Cursor_getCommentRange() function
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h4713 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c700 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange"); in PrintCursorComments()