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

References

tools/clang/include/clang/AST/BuiltinTypes.def
   78 UNSIGNED_TYPE(Char16, Char16Ty)
tools/clang/lib/AST/ASTContext.cpp
 1291     InitBuiltinType(Char16Ty,           BuiltinType::Char16);
 1293     Char16Ty = getFromTargetType(Target.getChar16Type());
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3833       getContext().Char8Ty,            getContext().Char16Ty,
tools/clang/lib/Sema/SemaDeclCXX.cpp
14068         Context.hasSameType(ParamType, Context.Char16Ty) ||
14134           Context.hasSameType(InnerType, Context.Char16Ty) ||
tools/clang/lib/Sema/SemaExpr.cpp
 1657     CharTy = Context.Char16Ty;
 3286     Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11.
tools/clang/lib/Sema/SemaExprObjC.cpp
  331       NumberType = Context.Char16Ty;
  620         ValueType = Context.Char16Ty;
tools/clang/lib/Sema/SemaInit.cpp
   42     return Context.typesAreCompatible(Context.Char16Ty, T) ||
  107     if (Context.typesAreCompatible(Context.Char16Ty, ElemTy))
tools/clang/lib/Sema/SemaOverload.cpp
 7964     ArithmeticTypes.push_back(S.Context.Char16Ty);
tools/clang/lib/Sema/SemaType.cpp
 1314       Result = Context.Char16Ty;
tools/clang/lib/Serialization/ASTReader.cpp
 7432       T = Context.Char16Ty;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  144                         ast->Char16Ty.getAsOpaquePtr());
tools/lldb/source/Symbol/ClangASTContext.cpp
 1223           return CompilerType(this, ast->Char16Ty.getAsOpaquePtr());
 1969     return ast->Char16Ty.getAsOpaquePtr();
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
   65                                    context->Char16Ty));