Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h458 class UsingNamespaceDirective final : public Declaration {
460 UsingNamespaceDirective() : Declaration(NodeKind::UsingNamespaceDirective) {} in UsingNamespaceDirective() function
H A DNodes.td249 def UsingNamespaceDirective : External<Declaration> {}
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp156 case syntax::NodeKind::UsingNamespaceDirective: in allocateTree()
157 return new (A.getAllocator()) syntax::UsingNamespaceDirective; in allocateTree()
H A DBuildTree.cpp1550 new (allocator()) syntax::UsingNamespaceDirective, S); in WalkUpFromUsingDirectiveDecl()