Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp462 T == C.WideCharTy) in matchesType()
472 if (T != C.WCharTy && T != C.WideCharTy) in matchesType()
H A DPrintfFormatString.cpp655 return ArgType(Ctx.WideCharTy, "wchar_t"); in getScalarArgType()
H A DASTContext.cpp1339 WideCharTy = WCharTy; in InitBuiltinTypes()
1342 WideCharTy = getFromTargetType(Target.getWCharType()); in InitBuiltinTypes()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp86 : Ctx.WideCharTy); in getCharPtrType()
391 if (ER->getValueType() != Ctx.WideCharTy) in CheckLocation()
397 .makeIntVal(Ctx.getTypeSizeInChars(Ctx.WideCharTy).getQuantity(), in CheckLocation()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1081 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99. variable
1747 QualType getWideCharType() const { return WideCharTy; } in getWideCharType()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp16216 Context.hasSameType(ParamType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
16282 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
H A DSemaExpr.cpp3561 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()
3636 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++. in ActOnCharacterConstant()