Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DDocumentation.h312 unsigned clang_HTMLStartTagComment_isSelfClosing(CXComment Comment);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports75 clang_HTMLStartTagComment_isSelfClosing
H A DCXComment.cpp194 unsigned clang_HTMLStartTagComment_isSelfClosing(CXComment CXC) { in clang_HTMLStartTagComment_isSelfClosing() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c530 if (clang_HTMLStartTagComment_isSelfClosing(Comment)) in DumpCXCommentInternal()