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