Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:Col

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