Searched refs:DeclaratorList (Results 1 – 6 of 6) sorted by relevance
398 class DeclaratorList final : public List {400 DeclaratorList() : List(NodeKind::DeclaratorList) {} in DeclaratorList() function
30 def DeclaratorList : External<List> {}
434 case NodeKind::DeclaratorList: in getDelimiterTokenKind()448 case NodeKind::DeclaratorList: in getTerminationKind()464 case NodeKind::DeclaratorList: in canBeEmpty()
190 case syntax::NodeKind::DeclaratorList: in allocateTree()191 return new (A.getAllocator()) syntax::DeclaratorList; in allocateTree()
177 syntax::DeclaratorList::getDeclarators() { in getDeclarators()187 syntax::DeclaratorList::getDeclaratorsAndCommas() { in getDeclaratorsAndCommas()
1555 Builder.markChild(new (allocator()) syntax::DeclaratorList, in processDeclaratorAndDeclaration()1573 auto *DL = new (allocator()) syntax::DeclaratorList; in processDeclaratorAndDeclaration()