Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h450 class NamespaceAliasDefinition final : public Declaration {
452 NamespaceAliasDefinition() in NamespaceAliasDefinition() function
453 : Declaration(NodeKind::NamespaceAliasDefinition) {} in NamespaceAliasDefinition()
DNodes.td248 def NamespaceAliasDefinition : External<Declaration> {}
/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp154 case syntax::NodeKind::NamespaceAliasDefinition: in allocateTree()
155 return new (A.getAllocator()) syntax::NamespaceAliasDefinition; in allocateTree()
DBuildTree.cpp1510 new (allocator()) syntax::NamespaceAliasDefinition, S); in WalkUpFromNamespaceAliasDecl()