Searched refs:FunctionScopeRAII (Results 1 – 4 of 4) sorted by relevance
3367 struct FunctionScopeRAII { struct3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
4488 struct FunctionScopeRAII { struct4491 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function4492 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
10210 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
12454 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()