Searched refs:FunctionScopeRAII (Results 1 – 4 of 4) sorted by relevance
2509 : FunctionScopeRAII(SemaRef) { in LambdaScopeForCallOperatorInstantiationRAII()2511 FunctionScopeRAII::disable(); in LambdaScopeForCallOperatorInstantiationRAII()
15482 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
516 Sema::FunctionScopeRAII PopFnContext(Actions); in ParseLexedMethodDeclaration()
1287 struct FunctionScopeRAII { struct1290 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function1291 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument9156 : private FunctionScopeRAII {