Searched defs:DynTypedNodeList (Results 1 – 2 of 2) sorted by relevance
21 class DynTypedNodeList; variable100 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) { in DynTypedNodeList() function104 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) { in DynTypedNodeList() function
70 class DynTypedNodeList; global() variable