Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DDocumentation.h491 CINDEX_LINKAGE CXString clang_VerbatimLineComment_getText(CXComment Comment);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports114 clang_VerbatimLineComment_getText
H A DCXComment.cpp352 CXString clang_VerbatimLineComment_getText(CXComment CXC) { in clang_VerbatimLineComment_getText() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c619 clang_VerbatimLineComment_getText(Comment)); in DumpCXCommentInternal()