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);
520 void PrintHTMLStartTagComment(const HTMLStartTagComment *C,
527 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i)
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 73 SmallVector<HTMLStartTagComment *, 8> HTMLOpenTags;
178 HTMLStartTagComment *actOnHTMLStartTagStart(SourceLocation LocBegin,
181 void actOnHTMLStartTagFinish(HTMLStartTagComment *Tag,
182 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 429 HTMLStartTagComment *Parser::parseHTMLStartTag() {
431 HTMLStartTagComment *HST =
436 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs;
443 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
453 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
460 Attrs.push_back(HTMLStartTagComment::Attribute(
CommentSema.cpp 463 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin,
465 return new (Allocator) HTMLStartTagComment(LocBegin, TagName);
469 HTMLStartTagComment *Tag,
470 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
493 for (SmallVectorImpl<HTMLStartTagComment *>::const_reverse_iterator
508 const HTMLStartTagComment *HST = HTMLOpenTags.back();
    [all...]
ASTDumper.cpp 297 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 359 milliseconds