Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp148 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective()
HDParseStmt.cpp855 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody()
2462 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody()
2499 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h2860 class CompoundScopeRAII {
2862 CompoundScopeRAII(Sema &S): S(S) { in CompoundScopeRAII() function
2866 ~CompoundScopeRAII() { in ~CompoundScopeRAII()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp9501 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()
HDTreeTransform.h5284 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()