Home
last modified time | relevance | path

Searched refs:ContinueStatement (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h296 class ContinueStatement final : public Statement {
298 ContinueStatement() : Statement(NodeKind::ContinueStatement) {} in ContinueStatement() function
H A DNodes.td231 def ContinueStatement : External<Statement> {}
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp133 case syntax::NodeKind::ContinueStatement: in allocateTree()
134 return new (A.getAllocator()) syntax::ContinueStatement; in allocateTree()
H A DNodes.cpp295 syntax::Leaf *syntax::ContinueStatement::getContinueKeyword() { in getContinueKeyword()
H A DBuildTree.cpp1498 new (allocator()) syntax::ContinueStatement, S); in WalkUpFromContinueStmt()