Searched refs:UsingNamespaceDirective (Results 1 – 4 of 4) sorted by relevance
453 class UsingNamespaceDirective final : public Declaration {455 UsingNamespaceDirective() : Declaration(NodeKind::UsingNamespaceDirective) {} in UsingNamespaceDirective() function
249 def UsingNamespaceDirective : External<Declaration> {}
163 case syntax::NodeKind::UsingNamespaceDirective: in allocateTree()164 return new (A.getAllocator()) syntax::UsingNamespaceDirective; in allocateTree()
1556 new (allocator()) syntax::UsingNamespaceDirective, S); in WalkUpFromUsingDirectiveDecl()