HomeSort by relevance Sort by last modified time
    Searched refs:isSelfClosing (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/libclang/
CXComment.cpp 192 return HST->isSelfClosing();
534 if (!C->isSelfClosing())
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 353 if (!HST->isSelfClosing())
372 if (HST->isSelfClosing())
394 if (HST->isSelfClosing())
    [all...]
  /external/clang/include/clang/AST/
Comment.h 110 unsigned IsSelfClosing : 1;
446 HTMLStartTagCommentBits.IsSelfClosing = false;
482 bool isSelfClosing() const {
483 return HTMLStartTagCommentBits.IsSelfClosing;
487 HTMLStartTagCommentBits.IsSelfClosing = true;
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 507 self.isSelfClosing = parser.isSelfClosingTag(name)
688 if self.isSelfClosing:
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]

Completed in 104 milliseconds