Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1305 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1336 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1355 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
H A DParseStmt.cpp2434 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody()
2468 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
H A DParseExprCXX.cpp1514 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
3511 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
H A DParseObjc.cpp2687 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
3723 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp938 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
979 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
1117 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
1202 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
H A DCGStmtOpenMP.cpp1883 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
2066 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp3050 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local
3387 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp9097 Scope *BodyScope) { in ActOnStartRequiresExpr()