Searched refs:m_bWarnMismatch (Results 1 – 2 of 2) sorted by relevance
235 void setWarnMismatch(bool pEnable = true) { m_bWarnMismatch = pEnable; }237 bool warnMismatch() const { return m_bWarnMismatch; } in warnMismatch()379 bool m_bWarnMismatch : 1; // --no-warn-mismatch variable
57 m_bWarnMismatch(true), in GeneralOptions()