/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 79 UNSIGNED_TYPE(Char32, Char32Ty)
|
D | ASTContext.h | 900 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 81 UNSIGNED_TYPE(Char32, Char32Ty)
|
D | ASTContext.h | 969 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 59 context.Char32Ty)); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 138 return CompilerType(&clang_ast, ast.Char32Ty.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 335 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral() 594 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
|
D | SemaInit.cpp | 43 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible() 104 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
|
D | SemaDeclCXX.cpp | 12003 Context.hasSameType(ParamType, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration() 12067 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
|
D | SemaType.cpp | 1298 Result = Context.Char32Ty; in ConvertDeclSpecToType()
|
D | SemaExpr.cpp | 1626 CharTy = Context.Char32Ty; in ActOnStringLiteral() 3140 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
|
D | SemaOverload.cpp | 7233 &ASTContext::Char32Ty, in getArithmeticType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 337 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral() 627 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
|
D | SemaInit.cpp | 44 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible() 116 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
|
D | SemaDeclCXX.cpp | 15650 Context.hasSameType(ParamType, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration() 15716 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
|
D | SemaType.cpp | 1344 Result = Context.Char32Ty; in ConvertDeclSpecToType()
|
D | SemaExpr.cpp | 1817 CharTy = Context.Char32Ty; in ActOnStringLiteral() 3550 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
|
D | SemaOverload.cpp | 8211 ArithmeticTypes.push_back(S.Context.Char32Ty); in InitArithmeticTypes()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 1142 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1148 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1918 return ast->Char32Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3373 getContext().Char16Ty, getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1051 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes() 1053 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 4075 getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 1355 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes() 1357 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6065 T = Context.Char32Ty; in GetType()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 6963 T = Context.Char32Ty; in GetType()
|