Searched refs:WCharTy (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 73 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy)) 105 SHARED_SINGLETON_TYPE(SIGNED_TYPE(WChar_S, WCharTy))
|
D | ASTContext.h | 792 CanQualType WCharTy; // [C++ 3.9.1p5]. variable 1225 QualType getWCharType() const { return WCharTy; } in getWCharType()
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 877 QualTypeMatchesBitSize (bit_size, ast, ast->WCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 878 return ClangASTType (ast, ast->WCharTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 974 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()
|
D | ASTImporter.cpp | 1465 return Importer.getToContext().WCharTy; in VisitBuiltinType()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3127 getContext().BoolTy, getContext().WCharTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 728 Result = Context.WCharTy; in ConvertDeclSpecToType()
|
D | SemaOverload.cpp | 7091 &ASTContext::WCharTy, in getArithmeticType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5991 case PREDEF_TYPE_WCHAR_ID: T = Context.WCharTy; break; in GetType()
|