Searched defs:ParentScope (Results 1 – 5 of 5) sorted by relevance
574 class ParentScope final { class576 explicit ParentScope(StateBase& parent) : parent_(parent) {} in ParentScope() function in v8::internal::ParentScope
619 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord()627 TypeIndex ParentScope; variable
93 Scope* ParentScope() const { return parent_scope_; } in ParentScope() function
781 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateModule()794 LLVMMetadataRef ParentScope, in LLVMDIBuilderCreateNameSpace()
398 TypeIndex ParentScope = getScopeIndex(Scope); in getFuncIdForSubprogram() local