Searched refs:createRootNode (Results 1 – 4 of 4) sorted by relevance
114 virtual NodeType &createRootNode() = 0;
353 DDGNode &createRootNode() final { in createRootNode() function
80 auto &RootNode = createRootNode(); in createAndConnectRootNode()
192 AstPtr createRootNode(llvm::StringMap<AstPtr> &Partials, in createRootNode() function460 AstPtr RootNode = createRootNode(Partials, Lambdas, SectionLambdas, Escapes); in parse()