Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h130 CompoundStmtScope = 0x400000, enumerator
515 return getFlags() & Scope::CompoundStmtScope; in isCompoundStmtScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp220 {CompoundStmtScope, "CompoundStmtScope"}, in dumpImpl()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp2486 ParseScope bodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCSynchronizedStmt()
2522 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2544 Scope::CompoundStmtScope | in ParseObjCTryStmt()
2591 Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2641 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt()
3680 Scope::CompoundStmtScope); in ParseLexedObjCMethodDefs()
H A DParseCXXInlineMethods.cpp558 Scope::CompoundStmtScope); in ParseLexedMethodDef()
741 Scope::CompoundStmtScope); in ParseLexedAttribute()
H A DParser.cpp1273 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1304 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1323 Scope::CompoundStmtScope); in ParseFunctionDefinition()
H A DParseStmt.cpp554 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()
932 Scope::DeclScope | Scope::CompoundStmtScope); in ParseCompoundStatement()
2551 Scope::CompoundStmtScope | in ParseCXXTryBlockCommon()
H A DParseOpenMP.cpp373 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
408 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
594 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclareMapperDirective()
694 Scope::CompoundStmtScope); in FNContextRAII()
2489 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()
H A DParseTemplate.cpp1723 Scope::CompoundStmtScope); in ParseLateTemplatedFuncDef()
H A DParseExpr.cpp3534 Scope::CompoundStmtScope | Scope::DeclScope); in ParseBlockLiteralExpression()
H A DParseExprCXX.cpp1460 Scope::CompoundStmtScope; in ParseLambdaExpressionAfterIntroducer()
H A DParsePragma.cpp837 Scope::CompoundStmtScope); in HandlePragmaCaptured()