Searched refs:BodyScope (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1857 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()
|
D | Parser.cpp | 991 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()
|
D | ParseObjc.cpp | 1917 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()
|
D | ParseExprCXX.cpp | 1237 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local 1249 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 743 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
|
D | CGStmtOpenMP.cpp | 548 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1735 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope); 1736 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
|