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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatString.cpp362 return pointeeTy == C.getWideCharType() ? Match : NoMatch;
432 Res = C.getPointerType(C.getWideCharType());
H A DScanfFormatString.cpp332 return ArgType::PtrTo(ArgType(Ctx.getWideCharType(), "wchar_t"));
348 return ArgType::PtrTo(ArgType(Ctx.getWideCharType(), "wchar_t"));
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1341 QualType getWideCharType() const { return WideCharTy; } function in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp327 NumberType = Context.getWideCharType();
586 ValueType = Context.getWideCharType();
H A DSemaInit.cpp38 if (Context.typesAreCompatible(Context.getWideCharType(), T))
111 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy))
H A DSemaExpr.cpp1559 CharTy = Context.getWideCharType();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp442 Context.getTypeSizeInChars(Context.getWideCharType()).getQuantity();

Completed in 368 milliseconds