Searched refs:FunctionScopeRAII (Results 1 – 2 of 2) sorted by relevance
4628 struct FunctionScopeRAII { struct4631 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument4632 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
12693 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()