Searched defs:SwitchNode (Results 1 – 2 of 2) sorted by relevance
184 struct SwitchNode : public MatcherNode { struct190 return node->getMatcherTypeID() == TypeID::get<SwitchNode>(); in classof() argument196 using ChildMapT = llvm::MapVector<Qualifier *, std::unique_ptr<MatcherNode>>;197 ChildMapT &getChildren() { return children; } in getChildren()200 std::pair<Qualifier *, std::unique_ptr<MatcherNode>> &getChild(unsigned i) { in getChild()
1070 SwitchNode::SwitchNode(Positio function in SwitchNode [all...]