Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DDocumentation.h492 CINDEX_LINKAGE CXString clang_VerbatimLineComment_getText(CXComment Comment);
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map173 clang_VerbatimLineComment_getText;
H A DCXComment.cpp352 CXString clang_VerbatimLineComment_getText(CXComment CXC) { in clang_VerbatimLineComment_getText() function
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c621 clang_VerbatimLineComment_getText(Comment)); in DumpCXCommentInternal()