Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports25 clang_Cursor_getCommentRange
H A DCIndex.cpp8378 CXSourceRange clang_Cursor_getCommentRange(CXCursor C) { in clang_Cursor_getCommentRange() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4646 CINDEX_LINKAGE CXSourceRange clang_Cursor_getCommentRange(CXCursor C);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c700 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange"); in PrintCursorComments()