/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 | 896 CanQualType WCharTy; // [C++ 3.9.1p5]. variable 1341 QualType getWCharType() const { return WCharTy; } in getWCharType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 72 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy)) 107 SHARED_SINGLETON_TYPE(SIGNED_TYPE(WChar_S, WCharTy))
|
D | ASTContext.h | 964 CanQualType WCharTy; // [C++ 3.9.1p5]. variable 1594 QualType getWCharType() const { return WCharTy; } in getWCharType()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | StdLibraryFunctionsChecker.cpp | 927 const QualType WCharTy = ACtx.WCharTy; in initFunctionSummaries() local 945 const QualType Wchar_tPtrTy = getPointerTy(WCharTy); // wchar_t * in initFunctionSummaries() 947 getPointerTy(getConstTy(WCharTy)); // const wchar_t * in initFunctionSummaries()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 132 if (width == ast.getTypeSize(ast.WCharTy)) in GetBuiltinTypeForPDBEncodingAndBitSize() 133 return CompilerType(&clang_ast, ast.WCharTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 109 context.hasSameType(GetBasicQualType(eBasicTypeWChar), context.WCharTy)); in TEST_F()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1033 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()
|
D | ASTImporter.cpp | 1591 return Importer.getToContext().WCharTy; in VisitBuiltinType()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 1025 QualTypeMatchesBitSize(bit_size, ast, ast.WCharTy) && in GetBuiltinTypeForDWARFEncodingAndBitSize() 1028 return GetType(ast.WCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1081 if (QualTypeMatchesBitSize(bit_size, ast, ast.WCharTy)) { in GetBuiltinTypeForDWARFEncodingAndBitSize() 1084 return GetType(ast.WCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 1334 InitBuiltinType(WCharTy, BuiltinType::WChar_S); in InitBuiltinTypes() 1336 InitBuiltinType(WCharTy, BuiltinType::WChar_U); in InitBuiltinTypes() 1338 WideCharTy = WCharTy; in InitBuiltinTypes() 5583 return WCharTy; in getSignedWCharType()
|
D | ASTImporter.cpp | 1079 return Importer.getToContext().WCharTy; in VisitBuiltinType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3216 llvm::Type *WCharTy = ConvertType(getContext().WCharTy); in EmitBuiltinExpr() local 3238 getContext().getTypeAlignInChars(getContext().WCharTy); in EmitBuiltinExpr() 3239 Value *DstCh = Builder.CreateAlignedLoad(WCharTy, DstPhi, WCharAlign); in EmitBuiltinExpr() 3240 Value *SrcCh = Builder.CreateAlignedLoad(WCharTy, SrcPhi, WCharAlign); in EmitBuiltinExpr() 3249 Value *NextDst = Builder.CreateConstInBoundsGEP1_32(WCharTy, DstPhi, 1); in EmitBuiltinExpr() 3250 Value *NextSrc = Builder.CreateConstInBoundsGEP1_32(WCharTy, SrcPhi, 1); in EmitBuiltinExpr()
|
D | ItaniumCXXABI.cpp | 4064 getContext().BoolTy, getContext().WCharTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3363 getContext().BoolTy, getContext().WCharTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1275 Result = Context.WCharTy; in ConvertDeclSpecToType()
|
D | SemaOverload.cpp | 7231 &ASTContext::WCharTy, in getArithmeticType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 1316 Result = Context.WCharTy; in ConvertDeclSpecToType()
|
D | SemaOverload.cpp | 8207 ArithmeticTypes.push_back(S.Context.WCharTy); in InitArithmeticTypes()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6011 T = Context.WCharTy; in GetType()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 6828 T = Context.WCharTy; in GetType()
|