Home
last modified time | relevance | path

Searched refs:CompoundStmtScope (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h131 CompoundStmtScope = 0x400000, enumerator
524 return getFlags() & Scope::CompoundStmtScope; in isCompoundStmtScope()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp223 {CompoundStmtScope, "CompoundStmtScope"}, in dumpImpl()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2532 ParseScope bodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCSynchronizedStmt()
2568 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2590 Scope::CompoundStmtScope | in ParseObjCTryStmt()
2637 Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2687 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt()
3725 Scope::CompoundStmtScope); in ParseLexedObjCMethodDefs()
H A DParseCXXInlineMethods.cpp558 Scope::CompoundStmtScope); in ParseLexedMethodDef()
746 Scope::CompoundStmtScope); in ParseLexedAttribute()
H A DParseStmt.cpp569 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()
949 Scope::DeclScope | Scope::CompoundStmtScope); in ParseCompoundStatement()
2575 Scope::CompoundStmtScope | in ParseCXXTryBlockCommon()
H A DParser.cpp1306 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1337 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1356 Scope::CompoundStmtScope); in ParseFunctionDefinition()
H A DParseOpenMP.cpp374 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
409 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
591 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclareMapperDirective()
691 Scope::CompoundStmtScope); in FNContextRAII()
2501 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()
H A DParseTemplate.cpp1742 Scope::CompoundStmtScope); in ParseLateTemplatedFuncDef()
H A DParseExprCXX.cpp1513 Scope::CompoundStmtScope; in ParseLambdaExpressionAfterIntroducer()
H A DParseExpr.cpp3568 Scope::CompoundStmtScope | Scope::DeclScope); in ParseBlockLiteralExpression()
H A DParsePragma.cpp843 Scope::CompoundStmtScope); in HandlePragmaCaptured()