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

  /external/clang/tools/libclang/
CXComment.cpp 196 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
204 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
212 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
220 const HTMLStartTagComment *HST = getASTNodeAs<HTMLStartTagComment>(CXC);
  /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 112 HTMLStartTagComment *parseHTMLStartTag();
Comment.h 114 friend class HTMLStartTagComment;
417 class HTMLStartTagComment : public HTMLTagComment {
458 HTMLStartTagComment(SourceLocation LocBegin,
  /external/clang/lib/Index/
CommentToXML.cpp 201 void printHTMLStartTagComment(const HTMLStartTagComment *C,
208 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i);
234 void visitHTMLStartTagComment(const HTMLStartTagComment *C);
310 const HTMLStartTagComment *C) {
546 void visitHTMLStartTagComment(const HTMLStartTagComment *C);
670 const HTMLStartTagComment *C) {
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 460 HTMLStartTagComment *Sema::actOnHTMLStartTagStart(SourceLocation LocBegin,
462 return new (Allocator) HTMLStartTagComment(LocBegin, TagName);
466 HTMLStartTagComment *Tag,
467 ArrayRef<HTMLStartTagComment::Attribute> Attrs,
491 for (SmallVectorImpl<HTMLStartTagComment *>::const_reverse_iterator
507 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val();
553 HTMLStartTagComment *HST = HTMLOpenTags.pop_back_val();
    [all...]
CommentParser.cpp 433 HTMLStartTagComment *Parser::parseHTMLStartTag() {
435 HTMLStartTagComment *HST =
440 SmallVector<HTMLStartTagComment::Attribute, 2> Attrs;
447 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
457 Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
464 Attrs.push_back(HTMLStartTagComment::Attribute(
ASTDumper.cpp 364 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 255 milliseconds