Searched refs:CompoundScopeRAII (Results 1 – 10 of 10) sorted by relevance
941 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody()1955 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody()1992 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock()
955 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective()
1045 Sema::CompoundScopeRAII CompoundScope(Actions, isStmtExpr); in ParseCompoundStatementBody()2264 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody()2301 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock()
2411 AssociatedStmt = (Sema::CompoundScopeRAII(Actions), ParseStatement()); in ParseOpenMPDeclarativeOrExecutableDirective()2416 AssociatedStmt = (Sema::CompoundScopeRAII(Actions), in ParseOpenMPDeclarativeOrExecutableDirective()
3352 class CompoundScopeRAII {3354 CompoundScopeRAII(Sema &S): S(S) { in CompoundScopeRAII() function3358 ~CompoundScopeRAII() { in ~CompoundScopeRAII()
10479 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment()10916 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment()11083 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor()11258 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor()
6118 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()7189 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective()11932 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()
7909 Sema::CompoundScopeRAII CompoundScope(S); in build()14188 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment()14562 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment()14704 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor()14831 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor()
7093 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()8341 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective()14432 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()
4473 class CompoundScopeRAII {4475 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()4479 ~CompoundScopeRAII() { in ~CompoundScopeRAII()