Searched refs:isGNUMode (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h117 /// isGNUMode - Language includes GNU extensions.
118 bool isGNUMode() const { return Flags & GNUMode; } function in struct:clang::LangStandard
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp102 if (HaveAnsi || (LangStd && !LangStd->isGNUMode()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2292 Opts.GNUMode = Std.isGNUMode();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp464 Opts.GNUMode = Std.isGNUMode();

Completed in 203 milliseconds