Lines Matching refs:Parent
41 Parent *LineStack // parent in inclusion stack
136 Parent: h.Top,
150 if top.Directive && top.Parent != nil { // pop #line level too
151 top = top.Parent
153 next := top.Parent
160 // Popping included file. Update parent offset to account for
187 Parent: top,
229 if stk.Directive && stk.Parent != nil {
230 stk = stk.Parent
239 for stk.Parent != nil {
241 stk = stk.Parent
243 if stk.Directive && stk.Parent != nil {
244 stk = stk.Parent