Searched refs:Char16Ty (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRTTI.cpp1008 Context.Char16Ty, Context.Char32Ty };
/external/clang/include/clang/AST/
H A DASTContext.h680 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99. member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp273 NumberType = Context.Char16Ty;
528 ValueType = Context.Char16Ty;
H A DSemaType.cpp628 Result = Context.Char16Ty;
H A DSemaDeclCXX.cpp9498 Context.hasSameType(T, Context.Char16Ty) ||
9528 Context.hasSameType(T, Context.Char16Ty) ||
H A DSemaExpr.cpp1317 StrTy = Context.Char16Ty;
2549 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11.
H A DSemaOverload.cpp6429 &ASTContext::Char16Ty,
/external/clang/lib/AST/
H A DASTContext.cpp776 InitBuiltinType(Char16Ty, BuiltinType::Char16);
778 Char16Ty = getFromTargetType(Target.getChar16Type());
/external/clang/lib/Serialization/
H A DASTReader.cpp4451 case PREDEF_TYPE_CHAR16_ID: T = Context.Char16Ty; break;

Completed in 384 milliseconds