Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
HDNodes.h46 DeclarationStatement, enumerator
161 class DeclarationStatement final : public Statement {
163 DeclarationStatement() : Statement(NodeKind::DeclarationStatement) {} in DeclarationStatement() function
165 return N->kind() == NodeKind::DeclarationStatement; in classof()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDNodes.cpp23 case NodeKind::DeclarationStatement: in operator <<()
HDBuildTree.cpp439 new (allocator()) syntax::DeclarationStatement); in WalkUpFromDeclStmt()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h4549 const DeclStmt* const DeclarationStatement = in AST_MATCHER_P() local
4551 return DeclarationStatement != nullptr && in AST_MATCHER_P()
4552 InnerMatcher.matches(*DeclarationStatement, Finder, Builder); in AST_MATCHER_P()