Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
HDTree.h228 void prependChildLowLevel(Node *Child, NodeRole Role);
233 void prependChildLowLevel(Node *Child);
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDTree.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
HDSynthesis.cpp22 static void prependChildLowLevel(syntax::Tree *T, syntax::Node *Child, in prependChildLowLevel() function in clang::syntax::FactoryImpl
24 T->prependChildLowLevel(Child, R); in prependChildLowLevel()