Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangStandard.h88 bool isC99() const { return Flags & C99; } in isC99() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDSolaris.cpp108 if (LangStd && LangStd->getLanguage() == Language::C && !LangStd->isC99()) in ConstructJob()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp460 Opts.C99 = Std.isC99(); in ParseLangArgs()
465 Opts.GNUInline = !Std.isC99(); in ParseLangArgs()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp2282 Opts.C99 = Std.isC99(); in setLangDefaults()