Home
last modified time | relevance | path

Searched refs:WCharTy (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DBuiltinTypes.def73 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
105 SHARED_SINGLETON_TYPE(SIGNED_TYPE(WChar_S, WCharTy))
DASTContext.h559 CanQualType WCharTy; // [C++ 3.9.1p5], integer type in C99. variable
922 QualType getWCharType() const { return WCharTy; } in getWCharType()
/external/clang/lib/Analysis/
DPrintfFormatString.cpp330 return ArgTypeResult(Ctx.WCharTy, "wchar_t"); in getArgType()
/external/clang/lib/CodeGen/
DCGRTTI.cpp1004 Context.BoolTy, Context.WCharTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp433 InitBuiltinType(WCharTy, BuiltinType::WChar_S); in InitBuiltinTypes()
435 InitBuiltinType(WCharTy, BuiltinType::WChar_U); in InitBuiltinTypes()
437 WCharTy = getFromTargetType(Target.getWCharType()); in InitBuiltinTypes()
3076 return WCharTy; in getSignedWCharType()
DASTImporter.cpp1382 return Importer.getToContext().WCharTy; in VisitBuiltinType()
/external/clang/lib/Sema/
DSemaType.cpp610 Result = Context.WCharTy; in ConvertDeclSpecToType()
DSemaDeclCXX.cpp9550 Context.hasSameType(T, Context.WCharTy) || in CheckLiteralOperatorDeclaration()
9580 Context.hasSameType(T, Context.WCharTy) || in CheckLiteralOperatorDeclaration()
DSemaOverload.cpp6399 &ASTContext::WCharTy, in getArithmeticType()
DSemaExpr.cpp2425 Ty = Context.WCharTy; // L'x' -> wchar_t in C and C++. in ActOnCharacterConstant()
/external/clang/lib/Serialization/
DASTReader.cpp4396 case PREDEF_TYPE_WCHAR_ID: T = Context.WCharTy; break; in GetType()