Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DCommentParser.cpp340 struct SelfClosing {}; struct
346 SelfClosing) { in HasHTMLStartTagAt() argument
/external/clang/unittests/AST/
DCommentParser.cpp342 struct SelfClosing {}; struct
348 SelfClosing) { in HasHTMLStartTagAt() argument
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h102 bool SelfClosing = false; // Indicates if tag is self-closing (for HTML). member