Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h443 class NamespaceDefinition final : public Declaration {
445 NamespaceDefinition() : Declaration(NodeKind::NamespaceDefinition) {} in NamespaceDefinition() function
DNodes.td247 def NamespaceDefinition : External<Declaration> {}
/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp152 case syntax::NodeKind::NamespaceDefinition: in allocateTree()
153 return new (A.getAllocator()) syntax::NamespaceDefinition; in allocateTree()
DBuildTree.cpp1298 Builder.foldNode(Tokens, new (allocator()) syntax::NamespaceDefinition, S); in WalkUpFromNamespaceDecl()