Searched defs:NodeArray (Results 1 – 3 of 3) sorted by relevance
128 using NodeArray = Array<Node>; variable
162 class NodeArray; variable295 virtual bool printInitListAsType(OutputBuffer &, const NodeArray &) const { in printInitListAsType()332 NodeArray() : Elements(nullptr), NumElements(0) {} in NodeArray() function333 NodeArray(Node **Elements_, size_t NumElements_) in NodeArray() function
269 NodeArray, enumerator