Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h368 class EmptyDeclaration final : public Declaration {
370 EmptyDeclaration() : Declaration(NodeKind::EmptyDeclaration) {} in EmptyDeclaration() function
H A DNodes.td241 def EmptyDeclaration : External<Declaration> {}
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp147 case syntax::NodeKind::EmptyDeclaration: in allocateTree()
148 return new (A.getAllocator()) syntax::EmptyDeclaration; in allocateTree()
H A DBuildTree.cpp1529 new (allocator()) syntax::EmptyDeclaration, S); in WalkUpFromEmptyDecl()