Home
last modified time | relevance | path

Searched refs:clang_Cursor_getRawCommentText (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports30 clang_Cursor_getRawCommentText
H A DCIndex.cpp8391 CXString clang_Cursor_getRawCommentText(CXCursor C) { in clang_Cursor_getRawCommentText() function
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4652 CINDEX_LINKAGE CXString clang_Cursor_getRawCommentText(CXCursor C);
/netbsd/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1798 return conf.lib.clang_Cursor_getRawCommentText(self)
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c696 RawComment = clang_Cursor_getRawCommentText(Cursor); in PrintCursorComments()