Searched refs:CompoundScopeRAII (Results 1 – 5 of 5) sorted by relevance
148 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective()
855 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody()2462 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody()2499 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock()
2860 class CompoundScopeRAII {2862 CompoundScopeRAII(Sema &S): S(S) { in CompoundScopeRAII() function2866 ~CompoundScopeRAII() { in ~CompoundScopeRAII()
9501 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment()9933 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment()10096 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor()10258 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor()
5284 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()