Home
last modified time | relevance | path

Searched refs:EnterNewScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-literals.cc56 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty()
225 Handle<AllocationSite> EnterNewScope() { return Handle<AllocationSite>(); } in EnterNewScope() function in v8::internal::__anon872c4cbd0111::DeprecationUpdateContext
244 Handle<AllocationSite> EnterNewScope() { in EnterNewScope() function in v8::internal::__anon872c4cbd0111::AllocationSiteCreationContext
523 site = creation_context.EnterNewScope(); in CreateLiteral()
537 usage_context.EnterNewScope(); in CreateLiteral()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp311 void EnterNewScope();
1038 void ResultBuilder::EnterNewScope() { ShadowMaps.emplace_back(); } in EnterNewScope() function in ResultBuilder
3106 Results.EnterNewScope(); in AddMacroResults()
3132 Results.EnterNewScope(); in AddPrettyFunctionResults()
3285 Results.EnterNewScope(); in CodeCompleteModuleImport()
3336 Results.EnterNewScope(); in CodeCompleteOrdinaryName()
3433 Results.EnterNewScope(); in CodeCompleteDeclSpec()
3524 Results.EnterNewScope(); in CodeCompleteExpression()
3693 Results.EnterNewScope(); in CodeCompleteMemberReferenceExpr()
3820 Results.EnterNewScope(); in CodeCompleteTypeQualifiers()
[all …]
/external/v8/src/
Dallocation-site-scopes.h59 inline Handle<AllocationSite> EnterNewScope() { in EnterNewScope() function