Searched refs:FunctionScopeRAII (Results 1 – 4 of 4) sorted by relevance
2379 : FunctionScopeRAII(SemaRef) { in LambdaScopeForCallOperatorInstantiationRAII()2381 FunctionScopeRAII::disable(); in LambdaScopeForCallOperatorInstantiationRAII()
14361 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
534 Sema::FunctionScopeRAII PopFnContext(Actions); in ParseLexedMethodDeclaration()
1022 struct FunctionScopeRAII { struct1025 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument1026 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument8877 : private FunctionScopeRAII {