Home
last modified time | relevance | path

Searched refs:ParentScope (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclarable.cc89 while (s && s->GetSpecializationRequester().IsNone()) s = s->ParentScope(); in SpecializationRequester()
100 if (ParentScope()) { in Lookup()
101 result = ParentScope()->Lookup(name); in Lookup()
153 CurrentScope::Scope generic_scope(ParentScope()); in InferSpecializationTypes()
185 CurrentScope::Scope scope_activator(ParentScope()); in Resolve()
Ddeclaration-visitor.cc318 CurrentScope::Scope generic_scope(key.generic->ParentScope()); in MakeSpecializedSignature()
338 CurrentScope::Scope generic_scope(key.generic->ParentScope()); in SpecializeImplicit()
409 CurrentScope::Scope scope_activator(alias->ParentScope()); in ResolvePredeclarations()
Dtype-oracle.cc56 CurrentScope::Scope generic_scope(generic_type->ParentScope()); in GetGenericTypeInstance()
Ddeclarable.h93 Scope* ParentScope() const { return parent_scope_; } in ParentScope() function
237 scope = scope->ParentScope(); in CurrentNamespace()
601 constraints_ = {ComputeConstraints(ParentScope(), generic_parameters())}; in Constraints()
Dutils.cc147 scope = scope->ParentScope(); in MessageBuilder()
Ddeclarations.cc207 if (existing_macro->ParentScope() == CurrentScope::Get()) { in DeclareMacro()
Dtype-visitor.cc533 CurrentScope::Scope generic_scope(generic_type->ParentScope()); in ComputeTypeForStructExpression()
Dtypes.cc542 CurrentScope::Scope scope_activator(alias_->ParentScope()); in Finalize()
Dimplementation-visitor.cc3503 CurrentScope::Scope current_scope(declarable->ParentScope()); in Visit()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc574 class ParentScope final { class
576 explicit ParentScope(StateBase& parent) : parent_(parent) {} in ParentScope() function in v8::internal::ParentScope
649 const ParentScope& parent_scope) in VisiblityVisitor()
670 const ParentScope& parent_scope_;
676 const ParentScope& parent_scope) in GraphBuildingVisitor()
718 const ParentScope& parent_scope_;
771 ParentScope parent_scope(current_); in Process()
819 ParentScope parent_scope(key_state); in VisitEphemeronWithNonGarbageCollectedValueForVisibility()
875 ParentScope parent_scope(state); in Run()
890 ParentScope parent_scope(states_.CreateRootState(AddRootNode("C++ roots"))); in Run()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h619 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument
620 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord()
623 TypeIndex getParentScope() const { return ParentScope; } in getParentScope()
627 TypeIndex ParentScope; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h290 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope,
307 LLVMMetadataRef ParentScope,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp781 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateModule() argument
787 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), in LLVMDIBuilderCreateModule()
794 LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateNameSpace() argument
798 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp527 error(IO.mapInteger(Record.ParentScope, "ParentScope")); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp564 IO.mapRequired("ParentScope", Record.ParentScope); in map()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp398 TypeIndex ParentScope = getScopeIndex(Scope); in getFuncIdForSubprogram() local
399 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()