Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h131 CompoundStmtScope = 0x400000, enumerator
445 return getFlags() & Scope::CompoundStmtScope; in isCompoundStmtScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp169 {CompoundStmtScope, "CompoundStmtScope"}, in dumpImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp311 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
347 Scope::CompoundStmtScope | in ParseOpenMPDeclareReductionDirective()
511 &P, Scope::FnScope | Scope::DeclScope | Scope::CompoundStmtScope, in FNContextRAII()
987 Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope; in ParseOpenMPDeclarativeOrExecutableDirective()
H A DParseObjc.cpp2454 ParseScope bodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCSynchronizedStmt()
2490 ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2512 Scope::CompoundStmtScope | in ParseObjCTryStmt()
2558 Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCTryStmt()
2608 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt()
3644 Scope::CompoundStmtScope); in ParseLexedObjCMethodDefs()
H A DParseStmt.cpp463 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock()
836 Scope::DeclScope | Scope::CompoundStmtScope); in ParseCompoundStatement()
2152 Scope::CompoundStmtScope | in ParseCXXTryBlockCommon()
H A DParser.cpp1109 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1140 Scope::CompoundStmtScope); in ParseFunctionDefinition()
1159 Scope::CompoundStmtScope); in ParseFunctionDefinition()
H A DParseCXXInlineMethods.cpp517 Scope::CompoundStmtScope); in ParseLexedMethodDef()
H A DParseTemplate.cpp1433 Scope::CompoundStmtScope); in ParseLateTemplatedFuncDef()
H A DParseExprCXX.cpp1288 Scope::CompoundStmtScope; in ParseLambdaExpressionAfterIntroducer()
H A DParseExpr.cpp2967 Scope::CompoundStmtScope | Scope::DeclScope); in ParseBlockLiteralExpression()
H A DParsePragma.cpp658 Scope::CompoundStmtScope); in HandlePragmaCaptured()
H A DParseDecl.cpp1442 this, Scope::FnScope | Scope::DeclScope | Scope::CompoundStmtScope, in ParseLexedAttribute()