Searched refs:FunctionScopeRAII (Results 1 – 3 of 3) sorted by relevance
2321 : FunctionScopeRAII(SemaRef) { in LambdaScopeForCallOperatorInstantiationRAII()2323 FunctionScopeRAII::disable(); in LambdaScopeForCallOperatorInstantiationRAII()
13470 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
5169 struct FunctionScopeRAII { struct5172 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument5173 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument7399 : private FunctionScopeRAII {