Searched defs:ArrayDocNode (Results 1 – 2 of 2) sorted by relevance
26 class ArrayDocNode; variable219 ArrayDocNode() {} in ArrayDocNode() function220 ArrayDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Array); } in ArrayDocNode() function
26 class ArrayDocNode; variable252 ArrayDocNode(DocNode &N) : DocNode(N) { assert(getKind() == Type::Array); } in ArrayDocNode() function