HomeSort by: relevance | last modified time | path
    Searched refs:Char8Ty (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1007 CanQualType Char8Ty; // [C++20 proposal]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 4170 getContext().Char8Ty, getContext().Char16Ty,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 15722 Context.hasSameType(ParamType, Context.Char8Ty) ||
15788 Context.hasSameType(InnerType, Context.Char8Ty) ||
SemaType.cpp 1314 Result = Context.Char8Ty;
SemaExpr.cpp 1808 CharTy = Context.Char8Ty;
3542 Ty = Context.Char8Ty; // u8'x' -> char8_t when it exists.
SemaOverload.cpp 8206 ArithmeticTypes.push_back(S.Context.Char8Ty);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1359 InitBuiltinType(Char8Ty, BuiltinType::Char8);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6984 T = Context.Char8Ty;

Completed in 115 milliseconds