Home
last modified time | relevance | path

Searched refs:WChar (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h74 MSWChar(LO.MicrosoftExt && !LO.WChar), IncludeNewlines(true), in PrintingPolicy()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp126 Opts.WChar = Std.isCPlusPlus(); in setLangDefaults()
H A DIdentifierTable.cpp176 return LangOpts.WChar ? KS_Enabled : KS_Unknown; in getKeywordStatusHelper()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h704 if (Opts.CPlusPlus && Opts.WChar) { in getOSDefines()
759 if (Opts.CPlusPlus && Opts.WChar) { in getOSDefines()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp32 LangOpts.WChar = 1; // To get wchar_t in createLangOpts()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1042 if (LangOpts.WChar) { in InitializePredefinedMacros()
1361 DEFINE_LOCK_FREE_MACRO(WCHAR_T, WChar); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp547 lang_opts.WChar = true; in ClangExpressionParser()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def117 LANGOPT(WChar , 1, 0, "wchar_t keyword")
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9746 bool WChar = BuiltinOp == Builtin::BIwmemcpy || in VisitBuiltinCallExpr() local
9781 << Move << WChar << !!Src.Base in VisitBuiltinCallExpr()
9811 if (!WChar) { in VisitBuiltinCallExpr()
9817 << Move << WChar << 0 << T << toString(OrigN, 10, /*Signed*/false) in VisitBuiltinCallExpr()
9830 << Move << WChar << (N.ugt(RemainingSrcSize) ? 1 : 2) << T in VisitBuiltinCallExpr()
9845 Info.FFDiag(E, diag::note_constexpr_memcpy_overlap) << WChar; in VisitBuiltinCallExpr()
9856 Info.FFDiag(E, diag::note_constexpr_memcpy_overlap) << WChar; in VisitBuiltinCallExpr()
H A DASTContext.cpp1302 if (LangOpts.CPlusPlus && LangOpts.WChar) in InitBuiltinTypes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7847 MarshallingInfoNegativeFlag<LangOpts<"WChar">, cplusplus.KeyPath>,