reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/APValue.cpp
  721     Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy);
  726     Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy);
tools/clang/lib/AST/ExprConstant.cpp
 9360         sInt = Info.Ctx.MakeIntValue(0, EltTy);
 9384     ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy));
 9682     Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType()));
12649     APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1018   TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T);