Home
last modified time | relevance | path

Searched refs:BodyScope (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1227 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1239 BodyScope.Exit(); in ParseFunctionDefinition()
1258 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1277 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1348 BodyScope.Exit(); in ParseFunctionDefinition()
1354 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
1363 BodyScope.Exit(); in ParseFunctionDefinition()
1374 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseStmt.cpp2255 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument
2279 BodyScope.Exit(); in ParseFunctionStatementBody()
2288 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument
2316 BodyScope.Exit(); in ParseFunctionTryBlock()
H A DParseObjc.cpp2633 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
2637 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt()
3669 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
3680 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3686 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
H A DParseExprCXX.cpp1460 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
1472 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
3402 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp863 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
904 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
1042 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
1127 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
H A DCGStmtOpenMP.cpp1849 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
2016 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp2932 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local
2938 PopLocalScope(BodyScope); in ParseBody()
3261 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
3282 PopLocalScope(BodyScope); in ParseIfBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2320 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
2321 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp8737 Scope *BodyScope) { in ActOnStartRequiresExpr() argument
8738 assert(BodyScope); in ActOnStartRequiresExpr()
8743 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
8757 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr()
8758 PushOnScopeChains(Param, BodyScope); in ActOnStartRequiresExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7904 Scope *BodyScope);