Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h373 class EmptyDeclaration final : public Declaration {
375 EmptyDeclaration() : Declaration(NodeKind::EmptyDeclaration) {} in EmptyDeclaration() function
H A DNodes.td241 def EmptyDeclaration : External<Declaration> {}
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp140 case syntax::NodeKind::EmptyDeclaration: in allocateTree()
141 return new (A.getAllocator()) syntax::EmptyDeclaration; in allocateTree()
H A DBuildTree.cpp1523 new (allocator()) syntax::EmptyDeclaration, S); in WalkUpFromEmptyDecl()