Home
last modified time | relevance | path

Searched refs:WCharTy (Results 1 – 9 of 9) 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.h792 CanQualType WCharTy; // [C++ 3.9.1p5]. variable
1225 QualType getWCharType() const { return WCharTy; } in getWCharType()
/external/lldb/source/Symbol/
DClangASTContext.cpp877 QualTypeMatchesBitSize (bit_size, ast, ast->WCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
878 return ClangASTType (ast, ast->WCharTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
/external/clang/lib/AST/
DASTContext.cpp974 InitBuiltinType(WCharTy, BuiltinType::WChar_S); in InitBuiltinTypes()
976 InitBuiltinType(WCharTy, BuiltinType::WChar_U); in InitBuiltinTypes()
978 WideCharTy = WCharTy; in InitBuiltinTypes()
3923 return WCharTy; in getSignedWCharType()
DASTImporter.cpp1465 return Importer.getToContext().WCharTy; in VisitBuiltinType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3127 getContext().BoolTy, getContext().WCharTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Sema/
DSemaType.cpp728 Result = Context.WCharTy; in ConvertDeclSpecToType()
DSemaOverload.cpp7091 &ASTContext::WCharTy, in getArithmeticType()
/external/clang/lib/Serialization/
DASTReader.cpp5991 case PREDEF_TYPE_WCHAR_ID: T = Context.WCharTy; break; in GetType()