Home
last modified time | relevance | path

Searched refs:CompilerToolsVector (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiler.h267 typedef std::vector<CompilerTool> CompilerToolsVector; typedef
312 … virtual CompilerToolsVector& GetCommandToolsVector(CommandType ct) { return m_Commands[ct]; } in GetCommandToolsVector()
411 CompilerToolsVector m_Commands[ctCount];
451 CompilerToolsVector Commands[ctCount];
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dadvancedcompileroptionsdlg.h55 CompilerToolsVector m_Commands[ctCount];
H A Dcompileroptionsdlg.cpp1358 const CompilerToolsVector& vec = compiler->GetCommandToolsVector((CommandType)i); in DoSaveCompilerDefinition()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiler.cpp307 const CompilerToolsVector& vec = m_Commands[ct]; in GetCommand()
336 const CompilerToolsVector& vec = m_Commands[ct]; in GetCompilerTool()
1037 CompilerToolsVector& tools = m_Commands[cmdTp]; in LoadDefaultOptions()