Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1847 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument
1853 BodyScope.Exit(); in ParseFunctionStatementBody()
1871 BodyScope.Exit(); in ParseFunctionStatementBody()
1880 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument
1895 BodyScope.Exit(); in ParseFunctionTryBlock()
1908 BodyScope.Exit(); in ParseFunctionTryBlock()
DParser.cpp986 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1010 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1028 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1078 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
1087 BodyScope.Exit(); in ParseFunctionDefinition()
1098 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
DParseObjc.cpp1964 ParseScope BodyScope(this, Scope::DeclScope); in ParseObjCAutoreleasePoolStmt() local
1968 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt()
2933 ParseScope BodyScope(this, in ParseLexedObjCMethodDefs() local
2945 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
2949 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
DParseExprCXX.cpp1172 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
1184 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
/external/clang/lib/CodeGen/
DCGStmt.cpp693 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
735 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
858 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
943 RunCleanupsScope BodyScope(*this); in EmitCXXForRangeStmt() local
/external/clang/include/clang/Parse/
DParser.h1747 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
1748 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);