Home
last modified time | relevance | path

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

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