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

References

tools/clang/include/clang/AST/BuiltinTypes.def
   75 UNSIGNED_TYPE(Char8, Char8Ty)
tools/clang/lib/AST/ASTContext.cpp
 1288   InitBuiltinType(Char8Ty,              BuiltinType::Char8);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3833       getContext().Char8Ty,            getContext().Char16Ty,
tools/clang/lib/Sema/SemaDeclCXX.cpp
14067         Context.hasSameType(ParamType, Context.Char8Ty) ||
14133           Context.hasSameType(InnerType, Context.Char8Ty) ||
tools/clang/lib/Sema/SemaExpr.cpp
 1654       CharTy = Context.Char8Ty;
 3284     Ty = Context.Char8Ty; // u8'x' -> char8_t when it exists.
tools/clang/lib/Sema/SemaOverload.cpp
 7963       ArithmeticTypes.push_back(S.Context.Char8Ty);
tools/clang/lib/Sema/SemaType.cpp
 1309       Result = Context.Char8Ty;
tools/clang/lib/Serialization/ASTReader.cpp
 7429       T = Context.Char8Ty;
tools/lldb/source/Symbol/ClangASTContext.cpp
 1227           return CompilerType(this, ast->Char8Ty.getAsOpaquePtr());