Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
H A 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()
H A 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()
H A Dtype-oracle.cc56 CurrentScope::Scope generic_scope(generic_type->ParentScope()); in GetGenericTypeInstance()
H A Ddeclarable.h93 Scope* ParentScope() const { return parent_scope_; } in ParentScope() function in v8::internal::torque::Declarable
237 scope = scope->ParentScope(); in CurrentNamespace()
601 constraints_ = {ComputeConstraints(ParentScope(), generic_parameters())}; in Constraints()
H A Dutils.cc147 scope = scope->ParentScope(); in MessageBuilder()
H A Ddeclarations.cc207 if (existing_macro->ParentScope() == CurrentScope::Get()) { in DeclareMacro()
H A Dtype-visitor.cc533 CurrentScope::Scope generic_scope(generic_type->ParentScope()); in ComputeTypeForStructExpression()
H A Dtypes.cc542 CurrentScope::Scope scope_activator(alias_->ParentScope()); in Finalize()
H A Dimplementation-visitor.cc3503 CurrentScope::Scope current_scope(declarable->ParentScope()); in Visit()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc574 class ParentScope final {
576 explicit ParentScope(StateBase& parent) : parent_(parent) {} in ParentScope() function in v8::internal::final
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_);
819 ParentScope parent_scope(key_state); in VisitEphemeronWithNonGarbageCollectedValueForVisibility()
875 ParentScope parent_scope(state); in Run()
890 ParentScope parent_scop in Run()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A 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; member in llvm::codeview::FuncIdRecord
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DDebugInfo.h278 * \param ParentScope The parent scope containing this module declaration.
290 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope,
299 * \param ParentScope The parent scope containing this module declaration.
307 LLVMMetadataRef ParentScope,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfo.cpp781 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateModule() argument
787 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), in LLVMDIBuilderCreateModule()
794 LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateNameSpace()
798 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace()
793 LLVMDIBuilderCreateNameSpace(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, const char *Name, size_t NameLen, LLVMBool ExportSymbols) LLVMDIBuilderCreateNameSpace() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A 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/
H A 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/
H A DCodeViewDebug.cpp398 TypeIndex ParentScope = getScopeIndex(Scope); in getFuncIdForSubprogram() local
399 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()

Completed in 40 milliseconds