Searched refs:FunctionScopeRAII (Results 1 – 2 of 2) sorted by relevance
3728 struct FunctionScopeRAII { struct3731 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument3732 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
11044 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()