Home
last modified time | relevance | path

Searched defs:BodyScope (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParser.cpp1354 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | ParseFunctionDefinition() local
1385 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | ParseFunctionDefinition() local
1404 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | ParseFunctionDefinition() local
H A DParseStmt.cpp2507 ParseFunctionStatementBody(Decl * Decl,ParseScope & BodyScope) ParseFunctionStatementBody() argument
2541 ParseFunctionTryBlock(Decl * Decl,ParseScope & BodyScope) ParseFunctionTryBlock() argument
H A DParseObjc.cpp2699 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); ParseObjCAutoreleasePoolStmt() local
3735 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | ParseLexedObjCMethodDefs() local
H A DParseExprCXX.cpp1610 ParseScope BodyScope(this, ScopeFlags); ParseLambdaExpressionAfterIntroducer() local
3640 ParseScope BodyScope(this, Scope::DeclScope); ParseRequiresExpression() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1057 RunCleanupsScope BodyScope(*this); EmitWhileStmt() local
1118 RunCleanupsScope BodyScope(*this); EmitDoStmt() local
1275 RunCleanupsScope BodyScope(*this); EmitForStmt() local
1377 LexicalScope BodyScope(*this, S.getSourceRange()); EmitCXXForRangeStmt() local
H A DCGStmtOpenMP.cpp1906 RunCleanupsScope BodyScope(*this); EmitOMPLoopBody() local
2089 RunCleanupsScope BodyScope(*this); EmitOMPCanonicalLoop() local
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3891 TGVarScope *BodyScope = PushScope(); ParseIfBody() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9315 ActOnStartRequiresExpr(SourceLocation RequiresKWLoc,ArrayRef<ParmVarDecl * > LocalParameters,Scope * BodyScope) ActOnStartRequiresExpr() argument