Home
last modified time | relevance | path

Searched defs:BodyScope (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1227 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1258 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1277 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
H A DParseStmt.cpp2255 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody()
2288 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
H A DParseObjc.cpp2633 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
3669 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
H A DParseExprCXX.cpp1460 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
3402 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp863 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
904 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
1042 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
1127 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
H A DCGStmtOpenMP.cpp1849 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
2016 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp2932 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local
3261 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp8737 Scope *BodyScope) { in ActOnStartRequiresExpr()