Lines Matching refs:Line
2194 case bitc::FUNC_CODE_DEBUG_LOC: { // DEBUG_LOC: [line, col, scope, ia]2204 unsigned Line = Record[0], Col = Record[1];2210 LastLoc = DebugLoc::get(Line, Col, Scope, IA);