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