Home | History | Annotate | Download | only in common

Lines Matching refs:parent_context

223   // by PARENT_CONTEXT.
224 GenericDIEHandler(CUContext *cu_context, DIEContext *parent_context,
227 parent_context_(parent_context),
436 FuncHandler(CUContext *cu_context, DIEContext *parent_context,
438 : GenericDIEHandler(cu_context, parent_context, offset),
573 NamedScopeHandler(CUContext *cu_context, DIEContext *parent_context,
575 : GenericDIEHandler(cu_context, parent_context, offset) { }