Searched refs:Char32Ty (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTContext.cpp731 clang_type = ast->Char32Ty.getAsOpaquePtr();
1001 return ClangASTType (ast, ast->Char32Ty.getAsOpaquePtr());
/external/clang/include/clang/AST/
H A DASTContext.h778 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp280 NumberType = Context.Char32Ty;
554 ValueType = Context.Char32Ty;
H A DSemaInit.cpp42 Context.typesAreCompatible(Context.Char32Ty, T);
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
H A DSemaType.cpp750 Result = Context.Char32Ty;
H A DSemaDeclCXX.cpp11165 Context.hasSameType(T, Context.Char32Ty)) {
11195 Context.hasSameType(T, Context.Char32Ty)))
H A DSemaExpr.cpp1524 CharTy = Context.Char32Ty;
2976 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11.
H A DSemaOverload.cpp6931 &ASTContext::Char32Ty,
/external/clang/lib/AST/
H A DASTContext.cpp988 InitBuiltinType(Char32Ty, BuiltinType::Char32);
990 Char32Ty = getFromTargetType(Target.getChar32Type());
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2943 getContext().Char32Ty,
/external/clang/lib/Serialization/
H A DASTReader.cpp5824 case PREDEF_TYPE_CHAR32_ID: T = Context.Char32Ty; break;

Completed in 4841 milliseconds