Home
last modified time | relevance | path

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

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