class ContinueStmt
Declaration
class ContinueStmt : public Stmt { /* full declaration omitted */ };
Description
ContinueStmt - This represents a continue.
Declared at: clang/include/clang/AST/Stmt.h:2725
Inherits from: Stmt
Member Variables
Inherited from Stmt:
Method Overview
- public ContinueStmt(clang::SourceLocation CL)
- public ContinueStmt(clang::Stmt::EmptyShell Empty)
- public clang::Stmt::child_range children()
- public clang::Stmt::const_child_range children() const
- public static bool classof(const clang::Stmt * T)
- public clang::SourceLocation getBeginLoc() const
- public clang::SourceLocation getContinueLoc() const
- public clang::SourceLocation getEndLoc() const
- public void setContinueLoc(clang::SourceLocation L)
Inherited from Stmt:
- public EnableStatistics
- public IgnoreContainers
- public IgnoreContainers
- public PrintStats
- public ProcessODRHash
- public Profile
- public addStmtClass
- public child_begin
- public child_begin
- public child_end
- public child_end
- public children
- public children
- public determineLikelihoodConflict
- public dump
- public dump
- public dumpColor
- public dumpPretty
- public getBeginLoc
- public getEndLoc
- public getID
- public getLikelihood
- public getLikelihood
- public getLikelihood
- public getLikelihoodAttr
- public getSourceRange
- public getStmtClass
- public getStmtClassName
- public printJson
- public printPretty
- public printPrettyControlled
- public stripLabelLikeStatements
- public stripLabelLikeStatements
- public viewAST
Methods
¶ContinueStmt(clang::SourceLocation CL)
ContinueStmt(clang::SourceLocation CL)
Declared at: clang/include/clang/AST/Stmt.h:2727
Parameters
¶ContinueStmt(clang::Stmt::EmptyShell Empty)
ContinueStmt(clang::Stmt::EmptyShell Empty)
Description
Build an empty continue statement.
Declared at: clang/include/clang/AST/Stmt.h:2732
Parameters
- clang::Stmt::EmptyShell Empty
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/Stmt.h:2745
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/Stmt.h:2749
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/Stmt.h:2740
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/Stmt.h:2737
¶clang::SourceLocation getContinueLoc() const
clang::SourceLocation getContinueLoc() const
Declared at: clang/include/clang/AST/Stmt.h:2734
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/Stmt.h:2738
¶void setContinueLoc(clang::SourceLocation L)
void setContinueLoc(clang::SourceLocation L)
Declared at: clang/include/clang/AST/Stmt.h:2735