Searched refs:FunctionScopeRAII (Results 1 – 2 of 2) sorted by relevance
3112 struct FunctionScopeRAII { struct3115 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument3116 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
9124 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()