Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTest.cpp26 std::vector<std::pair<Node *, NodeRole>> ChildrenWithRoles; in createTree() local
27 ChildrenWithRoles.reserve(Children.size()); in createTree()
29 ChildrenWithRoles.push_back(std::make_pair( in createTree()
32 return clang::syntax::createTree(*Arena, ChildrenWithRoles, in createTree()