Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp1108 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1120 BodyScope.Exit(); in ParseFunctionDefinition()
1139 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1158 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1220 BodyScope.Exit(); in ParseFunctionDefinition()
1226 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
1235 BodyScope.Exit(); in ParseFunctionDefinition()
1246 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseStmt.cpp2013 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument
2037 BodyScope.Exit(); in ParseFunctionStatementBody()
2046 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument
2074 BodyScope.Exit(); in ParseFunctionTryBlock()
H A DParseObjc.cpp2608 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
2612 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt()
3642 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
3653 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3659 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
H A DParseExprCXX.cpp1289 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
1301 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp739 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
780 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
900 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
982 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
H A DCGStmtOpenMP.cpp1300 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2075 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
2076 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);