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

Methods

CompoundScopeRAII(clang::Sema& S,
                  bool IsStmtExpr = false)

Declared at: clang/include/clang/Sema/Sema.h:4907

Parameters

clang::Sema& S
bool IsStmtExpr = false

~CompoundScopeRAII()

Declared at: clang/include/clang/Sema/Sema.h:4911