Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Root

37   ASTNode Root;
52 assert(Root && "root node not yet derived!");
54 MacroHierarchyName = macroName(std::string(Root.getName()));
59 // the record's name plus the base suffix, but if it is the root node and
62 if (node == Root && !BaseSuffix.empty())
133 if (Base == Root)
145 assert(!Root && "already computed tree");
156 else if (Root)
158 Twine("multiple root nodes in \"") + NodeClassName
161 Root = R;
164 if (!Root)
165 PrintFatalError(Twine("didn't find root node in \"") + NodeClassName
190 EmitNode(OS, Root);