Home
last modified time | relevance | path

Searched refs:isGNUMode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h141 return isCPlusPlus11() || (!isCPlusPlus() && isC99() && isGNUMode()); in hasRawStringLiterals()
145 bool isGNUMode() const { return Flags & GNUMode; } in isGNUMode() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp123 Opts.GNUMode = Std.isGNUMode(); in setLangDefaults()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp182 if (HaveAnsi || (LangStd && !LangStd->isGNUMode())) in ConstructJob()