Searched refs:GetSourceLocation (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/debugger/debug_info/
H A DFunction.h41 SourceLocation GetSourceLocation() const function in class:Function
43 ->GetSourceLocation(); }
H A DFunctionInstance.h54 SourceLocation GetSourceLocation() const function in class:FunctionInstance
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.h38 SourceLocation GetSourceLocation() const function in class:BreakpointSetting
H A DBreakpointSetting.cpp65 fSourceLocation = location.GetSourceLocation();
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h38 SourceLocation GetSourceLocation() const function in class:UserBreakpointLocation
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp52 SourceLocation location = key->GetSourceLocation();
75 return key->GetSourceLocation() == value->GetSourceLocation()
193 SourceLocation locationA = a->GetSourceLocation();
194 SourceLocation locationB = b->GetSourceLocation();
211 SourceLocation functionLocation = function->GetSourceLocation();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp269 location.GetSourceLocation().Line() + 1);
H A DTeamWindow.cpp1771 int32 line = location.GetSourceLocation().Line();
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp392 = userBreakpoint->Location().GetSourceLocation();
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2463 sourceFile, breakpointSetting->GetSourceLocation(),

Completed in 565 milliseconds