Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DPrintfFormatString.cpp542 return ArgType(Ctx.WideCharTy, "wchar_t"); in getArgType()
/external/clang/include/clang/AST/
DASTContext.h897 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99. variable
1346 QualType getWideCharType() const { return WideCharTy; } in getWideCharType()
/external/clang/lib/AST/
DASTContext.cpp1037 WideCharTy = WCharTy; in InitBuiltinTypes()
1040 WideCharTy = getFromTargetType(Target.getWCharType()); in InitBuiltinTypes()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12001 Context.hasSameType(ParamType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
12065 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
DSemaExpr.cpp3086 ResTy = Context.WideCharTy.withConst(); in BuildPredefinedExpr()
3136 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++. in ActOnCharacterConstant()