Searched defs:CustomTypeNode (Results 1 – 1 of 1) sorted by relevance
594 struct CustomTypeNode : public TypeNode { struct595 CustomTypeNode() : TypeNode(NodeKind::Custom) {} in CustomTypeNode() function600 static bool classof(const Node *N) { return N->kind() == NodeKind::Custom; } in classof()602 IdentifierNode *Identifier = nullptr;