Searched refs:appendChildLowLevel (Results 1 – 4 of 4) sorted by relevance
226 void appendChildLowLevel(Node *Child, NodeRole Role);232 void appendChildLowLevel(Node *Child);
26 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel() function in clang::syntax::FactoryImpl28 T->appendChildLowLevel(Child, R); in appendChildLowLevel()211 FactoryImpl::appendChildLowLevel(T, Child.first, Child.second); in createTree()
52 void syntax::Tree::appendChildLowLevel(Node *Child, NodeRole Role) { in appendChildLowLevel() function in syntax::Tree57 appendChildLowLevel(Child); in appendChildLowLevel()60 void syntax::Tree::appendChildLowLevel(Node *Child) { in appendChildLowLevel() function in syntax::Tree
648 Node->appendChildLowLevel(C); in foldChildren()