Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DDocumentation.h260 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports69 clang_TextComment_getText
H A DCXComment.cpp127 CXString clang_TextComment_getText(CXComment CXC) { in clang_TextComment_getText() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c477 clang_TextComment_getText(Comment)); in DumpCXCommentInternal()