Home
last modified time | relevance | path

Searched refs:CompoundScopeRAII (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp913 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody()
1877 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody()
1914 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock()
DParseOpenMP.cpp254 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/include/clang/Sema/
DSema.h3041 class CompoundScopeRAII {
3043 CompoundScopeRAII(Sema &S): S(S) { in CompoundScopeRAII() function
3047 ~CompoundScopeRAII() { in ~CompoundScopeRAII()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10313 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment()
10747 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment()
10911 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor()
11083 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor()
DTreeTransform.h5622 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()
6677 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective()
10830 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()