Home
last modified time | relevance | path

Searched refs:UsingNamespaceDirective (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.h453 class UsingNamespaceDirective final : public Declaration {
455 UsingNamespaceDirective() : Declaration(NodeKind::UsingNamespaceDirective) {} in UsingNamespaceDirective() function
H A DNodes.td249 def UsingNamespaceDirective : External<Declaration> {}
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp163 case syntax::NodeKind::UsingNamespaceDirective: in allocateTree()
164 return new (A.getAllocator()) syntax::UsingNamespaceDirective; in allocateTree()
H A DBuildTree.cpp1555 new (allocator()) syntax::UsingNamespaceDirective, S); in WalkUpFromUsingDirectiveDecl()