Home | History | Annotate | Download | only in Reader

Lines Matching refs:Col

2340     case bitc::FUNC_CODE_DEBUG_LOC: {      // DEBUG_LOC: [line, col, scope, ia]
2350 unsigned Line = Record[0], Col = Record[1];
2356 LastLoc = DebugLoc::get(Line, Col, Scope, IA);