Home
last modified time | relevance | path

Searched refs:WCharTy (Results 1 – 8 of 8) 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.h896 CanQualType WCharTy; // [C++ 3.9.1p5]. variable
1341 QualType getWCharType() const { return WCharTy; } in getWCharType()
/external/clang/lib/AST/
DASTContext.cpp1033 InitBuiltinType(WCharTy, BuiltinType::WChar_S); in InitBuiltinTypes()
1035 InitBuiltinType(WCharTy, BuiltinType::WChar_U); in InitBuiltinTypes()
1037 WideCharTy = WCharTy; in InitBuiltinTypes()
4137 return WCharTy; in getSignedWCharType()
DASTImporter.cpp1591 return Importer.getToContext().WCharTy; in VisitBuiltinType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3363 getContext().BoolTy, getContext().WCharTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Sema/
DSemaType.cpp1275 Result = Context.WCharTy; in ConvertDeclSpecToType()
DSemaOverload.cpp7231 &ASTContext::WCharTy, in getArithmeticType()
/external/clang/lib/Serialization/
DASTReader.cpp6011 T = Context.WCharTy; in GetType()