Home | History | Annotate | Download | only in compile

Lines Matching refs:decl

95     InlineDeclaration decl;
96 decl.el = el;
97 decl.attr_name = name.entry;
99 decl.attr_namespace_uri =
103 inline_declarations_.push_back(std::move(decl));
132 for (const Visitor::InlineDeclaration& decl :
136 new_doc->file.source = doc->file.source.WithLine(decl.el->line_number);
151 for (auto& child : decl.el->children) {
172 xml::Node* node = decl.el;
188 xml::Attribute{decl.attr_namespace_uri, decl.attr_name,