Home
last modified time | relevance | path

Searched defs:EmptyDeclaration (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h375 EmptyDeclaration() : Declaration(NodeKind::EmptyDeclaration) {} in EmptyDeclaration() function
/external/llvm-project/clang/unittests/Tooling/Syntax/
DBuildTreeTest.cpp3806 TEST_P(BuildSyntaxTreeTest, EmptyDeclaration) { in TEST_P() argument