Searched refs:MSWChar (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h60 MSWChar(LO.MicrosoftExt && !LO.WChar), IncludeNewlines(true),
202 unsigned MSWChar : 1; member in struct:clang::PrintingPolicy
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp526 case DeclSpec::TST_wchar: return Policy.MSWChar ? "__wchar_t" : "wchar_t";
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2857 return Policy.MSWChar ? "__wchar_t" : "wchar_t";

Completed in 126 milliseconds