Searched refs:ChildMapT (Results 1 – 2 of 2) sorted by relevance
190 using ChildMapT = llvm::MapVector<Qualifier *, std::unique_ptr<MatcherNode>>; member191 ChildMapT &getChildren() { return children; } in getChildren()196 ChildMapT children;
329 SwitchNode::ChildMapT &children = switchNode->getChildren(); in foldSwitchToBool()