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

  /external/clang/unittests/AST/
CommentParser.cpp 353 if (!HST->isSelfClosing())
372 if (HST->isSelfClosing())
394 if (HST->isSelfClosing())
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 215 if (!C->isSelfClosing())
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 200 return HST->isSelfClosing();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 530 self.isSelfClosing = parser.isSelfClosingTag(name)
744 if self.isSelfClosing:
    [all...]
  /external/clang/include/clang/AST/
Comment.h 120 unsigned IsSelfClosing : 1;
465 HTMLStartTagCommentBits.IsSelfClosing = false;
501 bool isSelfClosing() const {
502 return HTMLStartTagCommentBits.IsSelfClosing;
506 HTMLStartTagCommentBits.IsSelfClosing = true;
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 

Completed in 576 milliseconds