Searched refs:isC89 (Results 1 – 2 of 2) sorted by relevance
62 bool isC89() const { return Flags & frontend::C89; } in isC89() function
1534 Opts.GNUInline = Std.isC89(); in setLangDefaults()1632 if (!(Std.isC89() || Std.isC99())) in ParseLangArgs()