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

  /external/clang/tools/libclang/
CXComment.cpp 188 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
196 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
204 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
212 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
528 void PrintHTMLStartTagComment(const HTMLStartTagComment *C,
535 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i)
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 70 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
175 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
178 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag,
179 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
CommentParser.h 114 HTMLStartTagComment *parseHTMLStartTag();
Comment.h 104 friend class HTMLStartTagComment;
398 class HTMLStartTagComment : public HTMLTagComment {
439 HTMLStartTagComment(SourceLocation LocBegin,
  /external/clang/lib/AST/
CommentParser.cpp 424 HTMLStartTagComment *Parser::parseHTMLStartTag() {
426 HTMLStartTagComment *HST =
431 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs;
438 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
448 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
455 Attrs.push_back(HTMLStartTagComment::Attribute(
CommentSema.cpp 473 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin,
475 return new (Allocator) HTMLStartTagComment(LocBegin, TagName);
479 HTMLStartTagComment *Tag,
480 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
503 for (SmallVectorImpl<HTMLStartTagComment *>::const_reverse_iterator
518 const HTMLStartTagComment *HST = HTMLOpenTags.back();
    [all...]
ASTDumper.cpp 303 void visitHTMLStartTagComment(const HTMLStartTagComment *C);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 327 HTMLStartTagComment *&HST,
336 << "HTMLStartTagComment has name \"" << ActualTagName.str() << "\", "
346 HTMLStartTagComment *&HST,
355 << "HTMLStartTagComment is not self-closing";
365 HTMLStartTagComment *&HST,
374 << "HTMLStartTagComment is self-closing";
378 << "HTMLStartTagComment has " << HST->getNumAttrs() << " attr(s), "
386 HTMLStartTagComment *&HST,
396 << "HTMLStartTagComment is self-closing";
400 << "HTMLStartTagComment has " << HST->getNumAttrs() << " attr(s),
    [all...]

Completed in 242 milliseconds