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

  /external/clang/include/clang/AST/
CommentParser.h 115 HTMLEndTagComment *parseHTMLEndTag();
CommentSema.h 186 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
Comment.h 492 class HTMLEndTagComment : public HTMLTagComment {
494 HTMLEndTagComment(SourceLocation LocBegin,
  /external/clang/tools/libclang/
CXComment.cpp 554 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
634 const HTMLEndTagComment *C) {
880 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
1007 void CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) {
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 481 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin,
484 HTMLEndTagComment *HET =
485 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName);
    [all...]
CommentParser.cpp 534 HTMLEndTagComment *Parser::parseHTMLEndTag() {
ASTDumper.cpp 298 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 420 HTMLEndTagComment *&HET,
429 << "HTMLEndTagComment has name \"" << ActualTagName.str() << "\", "
    [all...]

Completed in 115 milliseconds