Searched refs:FunctionScopeRAII (Results 1 – 2 of 2) sorted by relevance
4659 struct FunctionScopeRAII { struct4662 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument4663 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
12768 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()