Home
last modified time | relevance | path

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

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