Searched refs:EmptyDeclaration (Results 1 – 4 of 4) sorted by relevance
368 class EmptyDeclaration final : public Declaration {370 EmptyDeclaration() : Declaration(NodeKind::EmptyDeclaration) {} in EmptyDeclaration() function
241 def EmptyDeclaration : External<Declaration> {}
147 case syntax::NodeKind::EmptyDeclaration: in allocateTree()148 return new (A.getAllocator()) syntax::EmptyDeclaration; in allocateTree()
1529 new (allocator()) syntax::EmptyDeclaration, S); in WalkUpFromEmptyDecl()