Home
last modified time | relevance | path

Searched defs: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
1068 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1086 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
DParseStmt.cpp1935 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody()
1968 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
DParseObjc.cpp2645 ParseScope BodyScope(this, Scope::DeclScope); in ParseObjCAutoreleasePoolStmt() local
3643 ParseScope BodyScope(this, in ParseLexedObjCMethodDefs() local
DParseExprCXX.cpp1305 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
/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/v8/src/ast/
Dast.h3587 BodyScope(AstNodeFactory* factory, Zone* temp_zone, bool use_temp_zone) in BodyScope() function