Searched refs:CppLanguage (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/source_language/c_family/
H A DCppLanguage.cpp8 #include "CppLanguage.h"
11 CppLanguage::CppLanguage() function in class:CppLanguage
16 CppLanguage::~CppLanguage()
22 CppLanguage::Name() const
/haiku/headers/private/debugger/source_language/c_family/
H A DCppLanguage.h12 class CppLanguage : public CLanguageFamily { class in inherits:CLanguageFamily
14 CppLanguage();
15 virtual ~CppLanguage();
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliDumpStringCommand.cpp20 #include "CppLanguage.h"
37 fLanguage = new(std::nothrow) CppLanguage();
H A DCliDumpMemoryCommand.cpp20 #include "CppLanguage.h"
48 fLanguage = new(std::nothrow) CppLanguage();
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp20 #include "CppLanguage.h"
93 fLanguage = new CppLanguage();
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp17 #include "CppLanguage.h"
302 fFallbackLanguage = new CppLanguage();
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp22 #include "CppLanguage.h"
101 fLanguage = new CppLanguage();
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp24 #include "CppLanguage.h"
966 language = new(std::nothrow) CppLanguage;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp40 #include "CppLanguage.h"
2187 _language = new(std::nothrow) CppLanguage();

Completed in 152 milliseconds