reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/LangStandards.def
   41 LANGSTANDARD_ALIAS(c89, "c90")
   42 LANGSTANDARD_ALIAS(c89, "iso9899:1990")
   51 LANGSTANDARD_ALIAS(gnu89, "gnu90")
   57 LANGSTANDARD_ALIAS(c99, "iso9899:1999")
   70 LANGSTANDARD_ALIAS(c11, "iso9899:2011")
   83 LANGSTANDARD_ALIAS(c17, "iso9899:2017")
   84 LANGSTANDARD_ALIAS(c17, "c18")
   85 LANGSTANDARD_ALIAS(c17, "iso9899:2018")
   89 LANGSTANDARD_ALIAS(gnu17, "gnu18")
  103 LANGSTANDARD_ALIAS(cxx98, "c++03")
  108 LANGSTANDARD_ALIAS(gnucxx98, "gnu++03")