Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A 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()
H A 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
H A DBuildTree.cpp644 Node->appendChildLowLevel(C); in foldChildren()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h248 void appendChildLowLevel(Node *Child, NodeRole Role);
254 void appendChildLowLevel(Node *Child);