Home
last modified time | relevance | path

Searched refs:LANGSTANDARD_ALIAS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def22 /// LANGSTANDARD_ALIAS(IDENT, ALIAS)
27 /// Same as LANGSTANDARD_ALIAS, but for a deprecated alias.
29 #ifndef LANGSTANDARD_ALIAS
30 #define LANGSTANDARD_ALIAS(IDENT, ALIAS)
34 #define LANGSTANDARD_ALIAS_DEPR(IDENT, ALIAS) LANGSTANDARD_ALIAS(IDENT, ALIAS)
40 LANGSTANDARD_ALIAS(c89, "c90")
41 LANGSTANDARD_ALIAS(c89, "iso9899:1990")
50 LANGSTANDARD_ALIAS(gnu89, "gnu90")
56 LANGSTANDARD_ALIAS(c99, "iso9899:1999")
69 LANGSTANDARD_ALIAS(c11, "iso9899:2011")
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp69 #define LANGSTANDARD_ALIAS(id, alias) .Case(alias, lang_##id) in getLangKind() macro
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3875 #define LANGSTANDARD_ALIAS(id, alias) \ in ParseLangArgs() macro
3881 #define LANGSTANDARD_ALIAS(id, alias) \ in ParseLangArgs() macro
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5730 #define LANGSTANDARD_ALIAS(id, alias) alias ","