Home
last modified time | relevance | path

Searched refs:appendChildLowLevel (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp24 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel() function in clang::syntax::FactoryImpl
26 T->appendChildLowLevel(Child, R); in appendChildLowLevel()
204 FactoryImpl::appendChildLowLevel(T, Child.first, Child.second); in createTree()
DTree.cpp70 void syntax::Tree::appendChildLowLevel(Node *Child, NodeRole Role) { in appendChildLowLevel() function in syntax::Tree
75 appendChildLowLevel(Child); in appendChildLowLevel()
78 void syntax::Tree::appendChildLowLevel(Node *Child) { in appendChildLowLevel() function in syntax::Tree
DBuildTree.cpp643 Node->appendChildLowLevel(C); in foldChildren()
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTree.h248 void appendChildLowLevel(Node *Child, NodeRole Role);
254 void appendChildLowLevel(Node *Child);