reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/BuiltinTypes.def
   81 UNSIGNED_TYPE(Char32, Char32Ty)
tools/clang/lib/AST/ASTContext.cpp
 1296     InitBuiltinType(Char32Ty,           BuiltinType::Char32);
 1298     Char32Ty = getFromTargetType(Target.getChar32Type());
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3834       getContext().Char32Ty
tools/clang/lib/Sema/SemaDeclCXX.cpp
14069         Context.hasSameType(ParamType, Context.Char32Ty)) {
14135           Context.hasSameType(InnerType, Context.Char32Ty))) {
tools/clang/lib/Sema/SemaExpr.cpp
 1660     CharTy = Context.Char32Ty;
 3288     Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11.
tools/clang/lib/Sema/SemaExprObjC.cpp
  335       NumberType = Context.Char32Ty;
  624         ValueType = Context.Char32Ty;
tools/clang/lib/Sema/SemaInit.cpp
   43            Context.typesAreCompatible(Context.Char32Ty, T);
  115     if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
tools/clang/lib/Sema/SemaOverload.cpp
 7965     ArithmeticTypes.push_back(S.Context.Char32Ty);
tools/clang/lib/Sema/SemaType.cpp
 1319       Result = Context.Char32Ty;
tools/clang/lib/Serialization/ASTReader.cpp
 7435       T = Context.Char32Ty;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  147                         ast->Char32Ty.getAsOpaquePtr());
tools/lldb/source/Symbol/ClangASTContext.cpp
 1225           return CompilerType(this, ast->Char32Ty.getAsOpaquePtr());
 1971     return ast->Char32Ty.getAsOpaquePtr();
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   67                                    context->Char32Ty));