/third_party/node/deps/v8/src/torque/ |
D | declarable.cc | 89 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()
|
D | declaration-visitor.cc | 318 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()
|
D | type-oracle.cc | 56 CurrentScope::Scope generic_scope(generic_type->ParentScope()); in GetGenericTypeInstance()
|
D | declarable.h | 93 Scope* ParentScope() const { return parent_scope_; } in ParentScope() function 237 scope = scope->ParentScope(); in CurrentNamespace() 601 constraints_ = {ComputeConstraints(ParentScope(), generic_parameters())}; in Constraints()
|
D | utils.cc | 147 scope = scope->ParentScope(); in MessageBuilder()
|
D | declarations.cc | 207 if (existing_macro->ParentScope() == CurrentScope::Get()) { in DeclareMacro()
|
D | type-visitor.cc | 533 CurrentScope::Scope generic_scope(generic_type->ParentScope()); in ComputeTypeForStructExpression()
|
D | types.cc | 542 CurrentScope::Scope scope_activator(alias_->ParentScope()); in Finalize()
|
D | implementation-visitor.cc | 3503 CurrentScope::Scope current_scope(declarable->ParentScope()); in Visit()
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
D | cpp-snapshot.cc | 574 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/ |
D | TypeRecord.h | 619 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/ |
D | DebugInfo.h | 290 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, 307 LLVMMetadataRef ParentScope,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 781 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/ |
D | TypeRecordMapping.cpp | 527 error(IO.mapInteger(Record.ParentScope, "ParentScope")); in visitKnownRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 564 IO.mapRequired("ParentScope", Record.ParentScope); in map()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 398 TypeIndex ParentScope = getScopeIndex(Scope); in getFuncIdForSubprogram() local 399 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
|