Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiletargetbase.cpp293 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in GenerateTargetFilename()
301 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in GenerateTargetFilename()
448 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in GetStaticLibFilename()
532 if (id == m_CompilerId) in SetCompilerID()
535 m_CompilerId = id; in SetCompilerID()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dadvancedcompileroptionsdlg.cpp70 : m_CompilerId(compilerId), in BEGIN_EVENT_TABLE()
90 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in ReadCompilerOptions()
139 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in WriteCompilerOptions()
410 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in OnRegexDefaults()
458 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in OnRegexTest()
496 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in EndModal()
H A Dadvancedcompileroptionsdlg.h49 wxString m_CompilerId; variable
H A Dcompilergcc.cpp724 if (m_CompilerId == wxT("null")) in SetupEnvironment()
727 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in SetupEnvironment()
988 return CompilerFactory::GetCompiler(m_CompilerId) ? m_CompilerId : def; in GetCurrentCompilerID()
996 m_CompilerId = id; in SwitchCompiler()
1042 if ( m_pProject && m_pProject->GetCompilerID() != m_CompilerId) in CheckProject()
1045 else if (!m_pProject && m_CompilerId != CompilerFactory::GetDefaultCompilerID()) in CheckProject()
3554 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in AddOutputLine()
3832 Compiler* compiler = CompilerFactory::GetCompiler(m_CompilerId); in OnJobEnd()
H A Dcompilergcc.h279 wxString m_CompilerId; variable
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiletargetbase.h145 …virtual const wxString& GetCompilerID() const { return m_CompilerId; } ///< Read the target's comp… in GetCompilerID()
164 wxString m_CompilerId; variable