Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp941 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody()
1955 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody()
1992 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock()
DParseOpenMP.cpp955 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/include/clang/Sema/
DSema.h3352 class CompoundScopeRAII {
3354 CompoundScopeRAII(Sema &S): S(S) { in CompoundScopeRAII() function
3358 ~CompoundScopeRAII() { in ~CompoundScopeRAII()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10479 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()
DTreeTransform.h6118 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()
7189 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective()
11932 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()