Searched refs:EmptyDeclaration (Results 1 – 5 of 5) sorted by relevance
373 class EmptyDeclaration final : public Declaration {375 EmptyDeclaration() : Declaration(NodeKind::EmptyDeclaration) {} in EmptyDeclaration() function
241 def EmptyDeclaration : External<Declaration> {}
140 case syntax::NodeKind::EmptyDeclaration: in allocateTree()141 return new (A.getAllocator()) syntax::EmptyDeclaration; in allocateTree()
1489 new (allocator()) syntax::EmptyDeclaration, S); in WalkUpFromEmptyDecl()
3806 TEST_P(BuildSyntaxTreeTest, EmptyDeclaration) { in TEST_P() argument