Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp76 void syntax::Tree::prependChildLowLevel(Node *Child, NodeRole Role) { in prependChildLowLevel() function in syntax::Tree
84 void syntax::Tree::prependChildLowLevel(Node *Child) { in prependChildLowLevel() function in syntax::Tree
H A DSynthesis.cpp22 static void prependChildLowLevel(syntax::Tree *T, syntax::Node *Child, in prependChildLowLevel() function in clang::syntax::FactoryImpl