Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DDocumentation.h485 CXString clang_VerbatimBlockLineComment_getText(CXComment Comment);
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map172 clang_VerbatimBlockLineComment_getText;
H A DCXComment.cpp343 CXString clang_VerbatimBlockLineComment_getText(CXComment CXC) { in clang_VerbatimBlockLineComment_getText() function
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c615 clang_VerbatimBlockLineComment_getText(Comment)); in DumpCXCommentInternal()