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 113 HTMLEndTagComment *parseHTMLEndTag();
CommentSema.h 183 HTMLEndTagComment *actOnHTMLEndTag(SourceLocation LocBegin,
Comment.h 511 class HTMLEndTagComment : public HTMLTagComment {
513 HTMLEndTagComment(SourceLocation LocBegin,
  /external/clang/lib/Index/
CommentToXML.cpp 235 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
315 const HTMLEndTagComment *C) {
547 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
687 CommentASTToXMLConverter::visitHTMLEndTagComment(const HTMLEndTagComment *C) {
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 478 HTMLEndTagComment *Sema::actOnHTMLEndTag(SourceLocation LocBegin,
481 HTMLEndTagComment *HET =
482 new (Allocator) HTMLEndTagComment(LocBegin, LocEnd, TagName);
    [all...]
ASTDumper.cpp 365 void visitHTMLEndTagComment(const HTMLEndTagComment *C);
    [all...]
CommentParser.cpp 538 HTMLEndTagComment *Parser::parseHTMLEndTag() {
  /external/clang/unittests/AST/
CommentParser.cpp 420 HTMLEndTagComment *&HET,
429 << "HTMLEndTagComment has name \"" << ActualTagName.str() << "\", "
    [all...]

Completed in 113 milliseconds