Home
last modified time | relevance | path

Searched refs:DCC_None (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h121 DCC_None, enumerator
H A DLangOptions.def247 ENUM_LANGOPT(DefaultCallingConv, DefaultCallingConvention, 3, DCC_None, "default calling convention…
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4076 if (Opts.getDefaultCallingConv() != LangOptions::DCC_None) in ParseLangArgs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12459 case LangOptions::DCC_None: in getDefaultCallingConvention()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7976 MarshallingInfoEnum<LangOpts<"DefaultCallingConv">, "DCC_None">;