class Sema::CompoundScopeRAII
Declaration
class Sema::CompoundScopeRAII { /* full declaration omitted */ };
Description
A RAII object to enter scope of a compound statement.
Declared at: clang/include/clang/Sema/Sema.h:4905
Member Variables
- private clang::Sema& S
Method Overview
- public CompoundScopeRAII(clang::Sema & S, bool IsStmtExpr = false)
- public ~CompoundScopeRAII()
Methods
¶CompoundScopeRAII(clang::Sema& S,
bool IsStmtExpr = false)
CompoundScopeRAII(clang::Sema& S,
bool IsStmtExpr = false)
Declared at: clang/include/clang/Sema/Sema.h:4907
Parameters
- clang::Sema& S
- bool IsStmtExpr = false
¶~CompoundScopeRAII()
~CompoundScopeRAII()
Declared at: clang/include/clang/Sema/Sema.h:4911