Searched refs:NodeArray (Results 1 – 6 of 6) sorted by relevance
162 class NodeArray; variable295 virtual bool printInitListAsType(OutputBuffer &, const NodeArray &) const { in printInitListAsType() argument327 class NodeArray {332 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function333 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function370 NodeArray Array;371 NodeArrayNode(NodeArray Array_) : Node(KNodeArrayNode), Array(Array_) {} in NodeArrayNode()600 NodeArray Conditions;602 EnableIfAttr(NodeArray Conditions_) in EnableIfAttr()826 const NodeArray &Elements) const override { in printInitListAsType()[all …]
269 NodeArray, enumerator606 NodeArrayNode() : Node(NodeKind::NodeArray) {} in NodeArrayNode()614 return N->kind() == NodeKind::NodeArray; in classof()
128 using NodeArray = Array<Node>; variable136 using NodeAllocatorType = NodeArray::AllocatorType;318 NodeArray Nodes;
71 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline()91 void print(NodeArray A) { in print()511 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
35 void operator()(itanium_demangle::NodeArray A) { in operator ()()
257 Headers: Delete bogus NodeArray array of pointers from AEST table.