Home
last modified time | relevance | path

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

/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h90 Function* FunctionAtSourceLocation(LocatableFile* file,
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp486 Function* function = FunctionAtSourceLocation(file, in GetActiveSourceCode()
808 TeamDebugInfo::FunctionAtSourceLocation(LocatableFile* file, in FunctionAtSourceLocation() function in TeamDebugInfo
/haiku/src/kits/debugger/model/
H A DTeam.cpp651 Function* function = fDebugInfo->FunctionAtSourceLocation(sourceFile, in GetStatementAtSourceLocation()