Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp922 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody()
1918 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody()
1960 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock()
DParseOpenMP.cpp313 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/include/clang/Sema/
DSema.h3270 class CompoundScopeRAII {
3272 CompoundScopeRAII(Sema &S): S(S) { in CompoundScopeRAII() function
3276 ~CompoundScopeRAII() { in ~CompoundScopeRAII()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10352 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment()
10788 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment()
10952 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor()
11124 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor()
DTreeTransform.h5954 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()
7079 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective()
11586 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()