Searched defs:BodyScope (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | Parser.cpp | 1227 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 D | ParseStmt.cpp | 2255 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() 2288 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
|
H A D | ParseObjc.cpp | 2633 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local 3669 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
|
H A D | ParseExprCXX.cpp | 1460 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 D | CGStmt.cpp | 863 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 D | CGStmtOpenMP.cpp | 1849 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local 2016 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 2932 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local 3261 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 8737 Scope *BodyScope) { in ActOnStartRequiresExpr()
|