struct Sema::FunctionScopeRAII

Declaration

struct Sema::FunctionScopeRAII { /* full declaration omitted */ };

Description

An RAII helper that pops function a function scope on exit.

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

Member Variables

public clang::Sema& S
public bool Active

Method Overview

Methods

FunctionScopeRAII(clang::Sema& S)

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

Parameters

clang::Sema& S

void disable()

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

~FunctionScopeRAII()

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