Home
last modified time | relevance | path

Searched refs:WideCharTy (Results 1 – 10 of 10) 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/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp652 return ArgType(Ctx.WideCharTy, "wchar_t"); in getScalarArgType()
DASTContext.cpp1338 WideCharTy = WCharTy; in InitBuiltinTypes()
1341 WideCharTy = getFromTargetType(Target.getWCharType()); in InitBuiltinTypes()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h965 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99. variable
1599 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()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15647 Context.hasSameType(ParamType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
15713 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
DSemaExpr.cpp3491 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()
3544 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++. in ActOnCharacterConstant()