Searched defs:SetCurrentDebugLocation (Results 1 – 8 of 8) sorted by relevance
133 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
212 void SetCurrentDebugLocation(DebugLoc L) { in SetCurrentDebugLocation() function
220 void SetCurrentDebugLocation(DebugLoc L) { in SetCurrentDebugLocation() function
156 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
1212 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func