Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h131 CompoundStmtScope = 0x400000, enumerator
529 return getFlags() & Scope::CompoundStmtScope; in isCompoundStmtScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp225 {CompoundStmtScope, "CompoundStmtScope"}, in dumpImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2545 ParseScope bodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCSynchronizedStmt()
2581 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2603 Scope::CompoundStmtScope | in ParseObjCTryStmt()
2650 Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2700 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt()
3738 Scope::CompoundStmtScope); in ParseLexedObjCMethodDefs()
H A DParseCXXInlineMethods.cpp561 Scope::CompoundStmtScope); in ParseLexedMethodDef()
749 Scope::CompoundStmtScope); in ParseLexedAttribute()
H A DParseStmt.cpp597 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()
996 Scope::DeclScope | Scope::CompoundStmtScope); in ParseCompoundStatement()
2639 Scope::CompoundStmtScope | in ParseCXXTryBlockCommon()
H A DParser.cpp1350 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1381 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1400 Scope::CompoundStmtScope); in ParseFunctionDefinition()
H A DParseOpenMP.cpp375 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
410 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
592 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclareMapperDirective()
692 Scope::CompoundStmtScope); in FNContextRAII()
2503 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()
H A DParseTemplate.cpp1774 Scope::CompoundStmtScope); in ParseLateTemplatedFuncDef()
H A DParseExpr.cpp3688 Scope::CompoundStmtScope | Scope::DeclScope); in ParseBlockLiteralExpression()
H A DParseExprCXX.cpp1521 Scope::CompoundStmtScope; in ParseLambdaExpressionAfterIntroducer()
H A DParsePragma.cpp942 Scope::CompoundStmtScope); in HandlePragmaCaptured()