Home
last modified time | relevance | path

Searched refs:CompoundStatement (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.h340 class CompoundStatement final : public Statement {
342 CompoundStatement() : Statement(NodeKind::CompoundStatement) {} in CompoundStatement() function
H A DNodes.td236 def CompoundStatement : External<Statement> {}
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DMutations.cpp84 if (isa<CompoundStatement>(S->getParent())) { in removeStatement()
H A DNodes.cpp330 syntax::Leaf *syntax::CompoundStatement::getLbrace() { in getLbrace()
334 std::vector<syntax::Statement *> syntax::CompoundStatement::getStatements() { in getStatements()
343 syntax::Leaf *syntax::CompoundStatement::getRbrace() { in getRbrace()
H A DSynthesis.cpp143 case syntax::NodeKind::CompoundStatement: in allocateTree()
144 return new (A.getAllocator()) syntax::CompoundStatement; in allocateTree()
H A DBuildTree.cpp798 new (allocator()) syntax::CompoundStatement, S); in WalkUpFromCompoundStmt()
/openbsd/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst433 (CompoundStatement ...