Home
last modified time | relevance | path

Searched defs:SelfClosing (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.h74 bool SelfClosing = false; // Indicates if tag is self-closing (for HTML). member
/llvm-project/clang/unittests/AST/
H A DCommentParser.cpp336 struct SelfClosing {}; struct
342 SelfClosing) { in HasHTMLStartTagAt() argument