Home
last modified time | relevance | path

Searched refs:isSelfClosing (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp199 return HST->isSelfClosing(); in clang_HTMLStartTagComment_isSelfClosing()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h497 bool isSelfClosing() const { in isSelfClosing() function
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp211 if (!C->isSelfClosing()) in printHTMLStartTagComment()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1552 attributeOnlyIfTrue("selfClosing", C->isSelfClosing()); in visitHTMLStartTagComment()
H A DTextNodeDumper.cpp760 if (C->isSelfClosing()) in visitHTMLStartTagComment()