Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1857 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument
1863 BodyScope.Exit(); in ParseFunctionStatementBody()
1881 BodyScope.Exit(); in ParseFunctionStatementBody()
1890 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument
1905 BodyScope.Exit(); in ParseFunctionTryBlock()
1918 BodyScope.Exit(); in ParseFunctionTryBlock()
DParser.cpp991 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1015 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1033 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1084 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
1093 BodyScope.Exit(); in ParseFunctionDefinition()
1104 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
DParseObjc.cpp1917 ParseScope BodyScope(this, Scope::DeclScope); in ParseObjCAutoreleasePoolStmt() local
1921 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt()
2897 ParseScope BodyScope(this, in ParseLexedObjCMethodDefs() local
2909 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
2913 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
DParseExprCXX.cpp1237 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
1249 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
/external/clang/lib/CodeGen/
DCGStmt.cpp743 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
786 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
905 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
985 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
DCGStmtOpenMP.cpp548 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
/external/clang/include/clang/Parse/
DParser.h1735 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
1736 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);