Searched defs:BodyScope (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | Parser.cpp | 1305 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 D | ParseStmt.cpp | 2434 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() 2468 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
|
H A D | ParseExprCXX.cpp | 1514 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local 3511 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
|
H A D | ParseObjc.cpp | 2687 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 D | CGStmt.cpp | 938 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 D | CGStmtOpenMP.cpp | 1883 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local 2066 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 3050 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local 3387 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 9097 Scope *BodyScope) { in ActOnStartRequiresExpr()
|