Home
last modified time | relevance | path

Searched refs:StatementAtLocation (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/debugger/model/
H A DDisassembledCode.h36 Statement* StatementAtLocation(
/haiku/src/kits/debugger/model/
H A DDisassembledCode.cpp118 DisassembledCode::StatementAtLocation(const SourceLocation& location) const in StatementAtLocation() function in DisassembledCode
H A DTeam.cpp635 Statement* statement = code->StatementAtLocation(location); in GetStatementAtSourceLocation()