Searched refs:BodyScope (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
D | Parser.cpp | 1038 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()
|
D | ParseStmt.cpp | 1935 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()
|
D | ParseObjc.cpp | 2645 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()
|
D | ParseExprCXX.cpp | 1305 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local 1317 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 719 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
|
D | CGStmtOpenMP.cpp | 1253 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1847 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope); 1848 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
|