Searched refs:isC89 (Results 1 – 2 of 2) sorted by relevance
60 bool isC89() const { return Flags & frontend::C89; } in isC89() function
1726 if (!(Std.isC89() || Std.isC99())) in ParseLangArgs()