class SEHLeaveStmt
Declaration
class SEHLeaveStmt : public Stmt { /* full declaration omitted */ };
Description
Represents a __leave statement.
Declared at: clang/include/clang/AST/Stmt.h:3493
Inherits from: Stmt
Member Variables
- private clang::SourceLocation LeaveLoc
Inherited from Stmt:
Method Overview
- public SEHLeaveStmt(clang::SourceLocation LL)
- public SEHLeaveStmt(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 getEndLoc() const
- public clang::SourceLocation getLeaveLoc() const
- public void setLeaveLoc(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
¶SEHLeaveStmt(clang::SourceLocation LL)
SEHLeaveStmt(clang::SourceLocation LL)
Declared at: clang/include/clang/AST/Stmt.h:3497
Parameters
¶SEHLeaveStmt(clang::Stmt::EmptyShell Empty)
SEHLeaveStmt(clang::Stmt::EmptyShell Empty)
Description
Build an empty __leave statement.
Declared at: clang/include/clang/AST/Stmt.h:3501
Parameters
- clang::Stmt::EmptyShell Empty
¶clang::Stmt::child_range children()
clang::Stmt::child_range children()
Declared at: clang/include/clang/AST/Stmt.h:3514
¶clang::Stmt::const_child_range children() const
clang::Stmt::const_child_range children() const
Declared at: clang/include/clang/AST/Stmt.h:3518
¶static bool classof(const clang::Stmt* T)
static bool classof(const clang::Stmt* T)
Declared at: clang/include/clang/AST/Stmt.h:3509
Parameters
- const clang::Stmt* T
¶clang::SourceLocation getBeginLoc() const
clang::SourceLocation getBeginLoc() const
Declared at: clang/include/clang/AST/Stmt.h:3506
¶clang::SourceLocation getEndLoc() const
clang::SourceLocation getEndLoc() const
Declared at: clang/include/clang/AST/Stmt.h:3507
¶clang::SourceLocation getLeaveLoc() const
clang::SourceLocation getLeaveLoc() const
Declared at: clang/include/clang/AST/Stmt.h:3503
¶void setLeaveLoc(clang::SourceLocation L)
void setLeaveLoc(clang::SourceLocation L)
Declared at: clang/include/clang/AST/Stmt.h:3504