reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
156 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } 159 const DebugLoc &getCurrentDebugLocation() const { return CurDbgLocation; } 164 if (CurDbgLocation) 165 I->setDebugLoc(CurDbgLocation);