Searched refs:CompoundStmtScope (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Scope.h | 131 CompoundStmtScope = 0x400000, enumerator 445 return getFlags() & Scope::CompoundStmtScope; in isCompoundStmtScope()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Scope.cpp | 169 {CompoundStmtScope, "CompoundStmtScope"}, in dumpImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 311 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 D | ParseObjc.cpp | 2454 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 D | ParseStmt.cpp | 463 Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope)); in ParseSEHTryBlock() 836 Scope::DeclScope | Scope::CompoundStmtScope); in ParseCompoundStatement() 2152 Scope::CompoundStmtScope | in ParseCXXTryBlockCommon()
|
| H A D | Parser.cpp | 1109 Scope::CompoundStmtScope); in ParseFunctionDefinition() 1140 Scope::CompoundStmtScope); in ParseFunctionDefinition() 1159 Scope::CompoundStmtScope); in ParseFunctionDefinition()
|
| H A D | ParseCXXInlineMethods.cpp | 517 Scope::CompoundStmtScope); in ParseLexedMethodDef()
|
| H A D | ParseTemplate.cpp | 1433 Scope::CompoundStmtScope); in ParseLateTemplatedFuncDef()
|
| H A D | ParseExprCXX.cpp | 1288 Scope::CompoundStmtScope; in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseExpr.cpp | 2967 Scope::CompoundStmtScope | Scope::DeclScope); in ParseBlockLiteralExpression()
|
| H A D | ParsePragma.cpp | 658 Scope::CompoundStmtScope); in HandlePragmaCaptured()
|
| H A D | ParseDecl.cpp | 1442 this, Scope::FnScope | Scope::DeclScope | Scope::CompoundStmtScope, in ParseLexedAttribute()
|