Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp910 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody()
1880 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody()
1917 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock()
HDParseOpenMP.cpp283 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3222 class CompoundScopeRAII {
3224 CompoundScopeRAII(Sema &S): S(S) { in CompoundScopeRAII() function
3228 ~CompoundScopeRAII() { in ~CompoundScopeRAII()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp10349 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment()
10785 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment()
10949 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor()
11121 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor()
HDTreeTransform.h5798 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()
6855 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective()
11103 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()