Searched refs:FunctionScopeRAII (Results 1 – 2 of 2) sorted by relevance
3285 struct FunctionScopeRAII { struct3288 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function3289 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
9877 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()