Home
last modified time | relevance | path

Searched defs:appendChildLowLevel (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTree.cpp70 void syntax::Tree::appendChildLowLevel(Node *Child, NodeRole Role) { in appendChildLowLevel() function in syntax::Tree
78 void syntax::Tree::appendChildLowLevel(Node *Child) { in appendChildLowLevel() function in syntax::Tree
H A DSynthesis.cpp24 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel() function in clang::syntax::FactoryImpl