Searched defs:BodyScope (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1354 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 D | ParseStmt.cpp | 2507 ParseFunctionStatementBody(Decl * Decl,ParseScope & BodyScope) ParseFunctionStatementBody() argument 2541 ParseFunctionTryBlock(Decl * Decl,ParseScope & BodyScope) ParseFunctionTryBlock() argument
|
H A D | ParseObjc.cpp | 2699 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); ParseObjCAutoreleasePoolStmt() local 3735 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | ParseLexedObjCMethodDefs() local
|
H A D | ParseExprCXX.cpp | 1610 ParseScope BodyScope(this, ScopeFlags); ParseLambdaExpressionAfterIntroducer() local 3640 ParseScope BodyScope(this, Scope::DeclScope); ParseRequiresExpression() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1057 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 D | CGStmtOpenMP.cpp | 1906 RunCleanupsScope BodyScope(*this); EmitOMPLoopBody() local 2089 RunCleanupsScope BodyScope(*this); EmitOMPCanonicalLoop() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 3891 TGVarScope *BodyScope = PushScope(); ParseIfBody() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 9315 ActOnStartRequiresExpr(SourceLocation RequiresKWLoc,ArrayRef<ParmVarDecl * > LocalParameters,Scope * BodyScope) ActOnStartRequiresExpr() argument
|