Searched refs:IntegerLiteralNode (Results 1 – 3 of 3) sorted by relevance
291 struct IntegerLiteralNode;553 struct IntegerLiteralNode : public Node { struct554 IntegerLiteralNode() : Node(NodeKind::IntegerLiteral) {} in IntegerLiteralNode() function555 IntegerLiteralNode(uint64_t Value, bool IsNegative) in IntegerLiteralNode() function
192 void IntegerLiteralNode::output(OutputStream &OS, OutputFlags Flags) const { in output()555 IntegerLiteralNode *ILN = static_cast<IntegerLiteralNode *>(N); in outputOneDimension()
2095 Tail->N = Arena.alloc<IntegerLiteralNode>(D, IsNegative); in demangleArrayType()2289 TP.N = Arena.alloc<IntegerLiteralNode>(Value, IsNegative); in demangleTemplateParameterList()