Home
last modified time | relevance | path

Searched defs:ParentScope (Results 1 – 5 of 5) sorted by relevance

/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
/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()
627 TypeIndex ParentScope; variable
/third_party/node/deps/v8/src/torque/
Ddeclarable.h93 Scope* ParentScope() const { return parent_scope_; } in ParentScope() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp781 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateModule()
794 LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateNameSpace()
/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