Home
last modified time | relevance | path

Searched refs:WideCharTy (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Analysis/
DPrintfFormatString.cpp396 return ArgType(Ctx.WideCharTy, "wchar_t"); in getArgType()
/external/clang/include/clang/AST/
DASTContext.h775 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99. variable
1206 QualType getWideCharType() const { return WideCharTy; } in getWideCharType()
/external/clang/lib/AST/
DASTContext.cpp974 WideCharTy = WCharTy; in InitBuiltinTypes()
977 WideCharTy = getFromTargetType(Target.getWCharType()); in InitBuiltinTypes()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp11163 Context.hasSameType(T, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
11193 Context.hasSameType(T, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
DSemaExpr.cpp2933 ResTy = Context.WideCharTy.withConst(); in BuildPredefinedExpr()
2972 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++. in ActOnCharacterConstant()