Searched defs:LocalScope (Results 1 – 9 of 9) sorted by relevance
31 template <class Emitter> class LocalScope; variable327 friend class LocalScope<Emitter>; variable531 LocalScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in LocalScope() function
4696 DeclScope<Emitter> LocalScope(this, VD); in visitVarDecl() local
227 class LocalScope { class317 LocalScope(BumpVectorContext ctx, const_iterator P) in LocalScope() function in __anonef2f84bd0111::LocalScope
4560 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskCall() local4982 CodeGenFunction::OMPPrivateScope LocalScope(CGF); in emitPrivateReduction() local5056 CodeGenFunction::OMPPrivateScope LocalScope(CGF); in emitPrivateReduction() local5099 CodeGenFunction::OMPPrivateScope LocalScope(CGF); in emitPrivateReduction() local5896 CodeGenFunction::RunCleanupsScope LocalScope(CGF); in emitTaskwaitCall() local
704 CodeGenFunction::OMPPrivateScope LocalScope(*this); in GenerateOpenMPCapturedStmtFunction() local
1972 const DILocalScope *LocalScope = in collectEntityInfo() local
8141 ParseScope LocalScope(this, 0); in ParseTypeFromString() local
171 if (auto *LocalScope = dyn_cast_or_null<DILocalScope>(Scope)) in getDISubprogram() local
6735 static DISubprogram *getSubprogram(Metadata *LocalScope) { in getSubprogram()