Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h130 CompoundStmtScope = 0x400000, enumerator
483 return getFlags() & Scope::CompoundStmtScope; in isCompoundStmtScope()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp168 {CompoundStmtScope, "CompoundStmtScope"}, in dumpImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2479 ParseScope bodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCSynchronizedStmt()
2515 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2537 Scope::CompoundStmtScope | in ParseObjCTryStmt()
2583 Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2633 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt()
3671 Scope::CompoundStmtScope); in ParseLexedObjCMethodDefs()
H A DParseCXXInlineMethods.cpp543 Scope::CompoundStmtScope); in ParseLexedMethodDef()
727 Scope::CompoundStmtScope); in ParseLexedAttribute()
H A DParseStmt.cpp506 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()
883 Scope::DeclScope | Scope::CompoundStmtScope); in ParseCompoundStatement()
2399 Scope::CompoundStmtScope | in ParseCXXTryBlockCommon()
H A DParser.cpp1231 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1262 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1281 Scope::CompoundStmtScope); in ParseFunctionDefinition()
H A DParseOpenMP.cpp362 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
397 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
583 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclareMapperDirective()
683 Scope::CompoundStmtScope); in FNContextRAII()
2288 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()
H A DParseTemplate.cpp1676 Scope::CompoundStmtScope); in ParseLateTemplatedFuncDef()
H A DParseExpr.cpp3487 Scope::CompoundStmtScope | Scope::DeclScope); in ParseBlockLiteralExpression()
H A DParseExprCXX.cpp1459 Scope::CompoundStmtScope; in ParseLambdaExpressionAfterIntroducer()
H A DParsePragma.cpp748 Scope::CompoundStmtScope); in HandlePragmaCaptured()