Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Syntax/
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
DSynthesis.cpp24 static void appendChildLowLevel(syntax::Tree *T, syntax::Node *Child, in appendChildLowLevel() function in clang::syntax::FactoryImpl