Searched refs:DeclaratorList (Results 1 – 6 of 6) sorted by relevance
393 class DeclaratorList final : public List {395 DeclaratorList() : List(NodeKind::DeclaratorList) {} in DeclaratorList() function
30 def DeclaratorList : External<List> {}
405 case NodeKind::DeclaratorList: in getDelimiterTokenKind()419 case NodeKind::DeclaratorList: in getTerminationKind()435 case NodeKind::DeclaratorList: in canBeEmpty()
197 case syntax::NodeKind::DeclaratorList: in allocateTree()198 return new (A.getAllocator()) syntax::DeclaratorList; in allocateTree()
177 syntax::DeclaratorList::getDeclarators() { in getDeclarators()187 syntax::DeclaratorList::getDeclaratorsAndCommas() { in getDeclaratorsAndCommas()
1594 Builder.markChild(new (allocator()) syntax::DeclaratorList, in processDeclaratorAndDeclaration()1612 auto *DL = new (allocator()) syntax::DeclaratorList; in processDeclaratorAndDeclaration()