Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h226 DeclarationStatement() : Statement(NodeKind::DeclarationStatement) {} in DeclarationStatement() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5686 const DeclStmt* const DeclarationStatement = in AST_MATCHER_P() local