Searched refs:warn_ (Results 1 – 2 of 2) sorted by relevance
58 void EnableWarning(LanguageFeature f, bool yes = true) { warn_.set(f, yes); }64 warn_.test(f); in ShouldWarn()72 LanguageFeatures warn_; variable
86 start with ``err_``, ``warn_``, ``ext_`` to encode the severity into the name.