Home
last modified time | relevance | path

Searched refs:SetRegExArray (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dadvancedcompileroptionsdlg.cpp467 compiler->SetRegExArray(m_Regexes); in OnRegexTest()
471 compiler->SetRegExArray(regex_copy); in OnRegexTest()
505 compiler->SetRegExArray(m_Regexes); in EndModal()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiler.h331 virtual void SetRegExArray(const RegExArray& regexes) { m_RegExes = regexes; } in SetRegExArray() function