Searched refs:GetSourceLanguage (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/private/debugger/model/
H A DSourceCode.h30 virtual SourceLanguage* GetSourceLanguage() const = 0;
H A DFileSourceCode.h34 virtual SourceLanguage* GetSourceLanguage() const;
H A DDisassembledCode.h26 virtual SourceLanguage* GetSourceLanguage() const;
/haiku/src/kits/debugger/debug_info/
H A DDebuggerImageDebugInfo.h56 virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
H A DDebuggerImageDebugInfo.cpp106 DebuggerImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* function, function in class:DebuggerImageDebugInfo
H A DDwarfImageDebugInfo.h86 virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
H A DTeamDebugInfo.cpp610 ->GetSourceLanguage(functionDebugInfo, language);
H A DDwarfImageDebugInfo.cpp949 DwarfImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* _function, function in class:DwarfImageDebugInfo
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp74 FileSourceCode::GetSourceLanguage() const function in class:FileSourceCode
H A DDisassembledCode.cpp66 DisassembledCode::GetSourceLanguage() const function in class:DisassembledCode
/haiku/headers/private/debugger/debug_info/
H A DSpecificImageDebugInfo.h85 virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp358 if (imageInfo->GetSourceLanguage(functionInfo,
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp940 if (specificInfo->GetSourceLanguage(info, language) != B_OK)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1477 else if (fSourceCode->GetSourceLanguage() != NULL)
1478 clipName = fSourceCode->GetSourceLanguage()->Name();
2256 SourceLanguage* language = fSourceCode->GetSourceLanguage();
H A DTeamWindow.cpp2179 _language = fActiveSourceCode->GetSourceLanguage();

Completed in 72 milliseconds