Searched refs:getWideCharType (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Analysis/
H A DScanfFormatString.cpp329 return ArgType::PtrTo(ArgType(Ctx.getWideCharType(), "wchar_t"));
341 return ArgType::PtrTo(ArgType(Ctx.getWideCharType(), "wchar_t"));
H A DFormatString.cpp358 return pointeeTy == C.getWideCharType();
422 Res = C.getPointerType(C.getWideCharType());
/external/clang/include/clang/AST/
H A DASTContext.h1206 QualType getWideCharType() const { return WideCharTy; } function in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp272 NumberType = Context.getWideCharType();
546 ValueType = Context.getWideCharType();
H A DSemaInit.cpp38 if (Context.typesAreCompatible(Context.getWideCharType(), T))
111 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy))
H A DSemaExpr.cpp1516 CharTy = Context.getWideCharType();
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp373 Context.getTypeSizeInChars(Context.getWideCharType()).getQuantity();

Completed in 142 milliseconds