Home
last modified time | relevance | path

Searched refs:MakeIntValue (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp5759 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr()
5783 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization()
6038 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success()
7832 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr()
8170 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
/external/clang/include/clang/AST/
DASTContext.h2282 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function