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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1008 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 333 NumberType = Context.Char16Ty;
623 ValueType = Context.Char16Ty;
SemaInit.cpp 44 return Context.typesAreCompatible(Context.Char16Ty, T) ||
109 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy))
SemaDeclCXX.cpp 15723 Context.hasSameType(ParamType, Context.Char16Ty) ||
15789 Context.hasSameType(InnerType, Context.Char16Ty) ||
SemaType.cpp 1319 Result = Context.Char16Ty;
SemaExpr.cpp 1811 CharTy = Context.Char16Ty;
3544 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11.
SemaOverload.cpp 8207 ArithmeticTypes.push_back(S.Context.Char16Ty);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1362 InitBuiltinType(Char16Ty, BuiltinType::Char16);
1364 Char16Ty = getFromTargetType(Target.getChar16Type());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 4170 getContext().Char8Ty, getContext().Char16Ty,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6987 T = Context.Char16Ty;

Completed in 78 milliseconds