Home
last modified time | relevance | path

Searched refs:prependChildLowLevel (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/
DTree.h228 void prependChildLowLevel(Node *Child, NodeRole Role);
233 void prependChildLowLevel(Node *Child);
/openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/
DTree.cpp76 void syntax::Tree::prependChildLowLevel(Node *Child, NodeRole Role) { in prependChildLowLevel() function in syntax::Tree
81 prependChildLowLevel(Child); in prependChildLowLevel()
84 void syntax::Tree::prependChildLowLevel(Node *Child) { in prependChildLowLevel() function in syntax::Tree
DSynthesis.cpp22 static void prependChildLowLevel(syntax::Tree *T, syntax::Node *Child, in prependChildLowLevel() function in clang::syntax::FactoryImpl
24 T->prependChildLowLevel(Child, R); in prependChildLowLevel()