Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h226 void appendChildLowLevel(Node *Child, NodeRole Role);
232 void appendChildLowLevel(Node *Child);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp26 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel() function in clang::syntax::FactoryImpl
28 T->appendChildLowLevel(Child, R); in appendChildLowLevel()
211 FactoryImpl::appendChildLowLevel(T, Child.first, Child.second); in createTree()
H A DTree.cpp52 void syntax::Tree::appendChildLowLevel(Node *Child, NodeRole Role) { in appendChildLowLevel() function in syntax::Tree
57 appendChildLowLevel(Child); in appendChildLowLevel()
60 void syntax::Tree::appendChildLowLevel(Node *Child) { in appendChildLowLevel() function in syntax::Tree
H A DBuildTree.cpp648 Node->appendChildLowLevel(C); in foldChildren()