Home
last modified time | relevance | path

Searched refs:GetStatementLocationRange (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/private/debugger/model/
H A DSourceCode.h32 virtual bool GetStatementLocationRange(
H A DFileSourceCode.h36 virtual bool GetStatementLocationRange(
H A DDisassembledCode.h28 virtual bool GetStatementLocationRange(
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp102 FileSourceCode::GetStatementLocationRange(const SourceLocation& location, in GetStatementLocationRange() function in FileSourceCode
H A DDisassembledCode.cpp96 DisassembledCode::GetStatementLocationRange(const SourceLocation& location, in GetStatementLocationRange() function in DisassembledCode
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp999 if (!fSourceCode->GetStatementLocationRange(SourceLocation(line), in Draw()