Home
last modified time | relevance | path

Searched refs:CompilerLineType (Results 1 – 8 of 8) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompilererrors.h18 CompilerLineType lineType;
32 …void AddError(CompilerLineType lt, cbProject* project, const wxString& filename, long int line, co…
43 unsigned int GetCount(CompilerLineType lt) const;
H A Dcompilererrors.cpp35 void CompilerErrors::AddError(CompilerLineType lt, cbProject* project, const wxString& filename, in AddError()
269 unsigned int CompilerErrors::GetCount(CompilerLineType lt) const in GetCount()
H A Dcompilergcc.h205 …void LogWarningOrError(CompilerLineType lt, cbProject* prj, const wxString& filename, const wxStri…
206 …void LogMessage(const wxString& message, CompilerLineType lt = cltNormal, LogTarget log = ltAll, b…
H A Dadvancedcompileroptionsdlg.cpp300 rs.lt = (CompilerLineType)XRCCTRL(*this, "cmbRegexType", wxComboBox)->GetSelection(); in SaveRegexDetails()
468 CompilerLineType clt = compiler->CheckForWarningsAndErrors(text); in OnRegexTest()
H A Dcompilergcc.cpp3557 CompilerLineType clt = compiler->CheckForWarningsAndErrors(output); in AddOutputLine()
3609 void CompilerGCC::LogWarningOrError(CompilerLineType lt, cbProject* prj, const wxString& filename, … in LogWarningOrError()
3637 void CompilerGCC::LogMessage(const wxString& message, CompilerLineType lt, LogTarget log, bool forc… in LogMessage()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiler.h66 enum CompilerLineType enum
88 CompilerLineType _lt,
143 CompilerLineType lt; // classify the line, if regex matches
285 virtual CompilerLineType CheckForWarningsAndErrors(const wxString& line);
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiler.cpp728 (CompilerLineType)cfg->ReadInt(group + _T("/type"), 0), in LoadSettings()
773 CompilerLineType Compiler::CheckForWarningsAndErrors(const wxString& line) in CheckForWarningsAndErrors()
1151 CompilerLineType clt = cltNormal; in LoadRegExArray()
/dports/devel/codeblocks/codeblocks-20.03/
H A DChangeLog10010 svn4115:  - CompilerLineType : cltNormal = 0
10022 svn4113:  - extend the (CompilerLineType) enum at the end when