Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp1038 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1049 BodyScope.Exit(); in ParseFunctionDefinition()
1068 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1086 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1147 BodyScope.Exit(); in ParseFunctionDefinition()
1153 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
1162 BodyScope.Exit(); in ParseFunctionDefinition()
1173 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
DParseStmt.cpp1935 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument
1959 BodyScope.Exit(); in ParseFunctionStatementBody()
1968 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument
1996 BodyScope.Exit(); in ParseFunctionTryBlock()
DParseObjc.cpp2645 ParseScope BodyScope(this, Scope::DeclScope); in ParseObjCAutoreleasePoolStmt() local
2649 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt()
3643 ParseScope BodyScope(this, in ParseLexedObjCMethodDefs() local
3655 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3661 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
DParseExprCXX.cpp1305 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
1317 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
/external/clang/lib/CodeGen/
DCGStmt.cpp719 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
763 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
877 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
956 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
DCGStmtOpenMP.cpp1253 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
/external/clang/include/clang/Parse/
DParser.h1847 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
1848 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);