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

/external/clang/include/clang/AST/
H A DASTContext.h1876 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { function in class:clang::ASTContext
/external/clang/lib/AST/
H A DExprConstant.cpp3700 sInt = Info.Ctx.MakeIntValue(0, EltTy);
3724 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy));
3960 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType()));
5432 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(),
5773 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy);

Completed in 163 milliseconds