Home | History | Annotate | Download | only in Sema

Lines Matching defs:IntWidth

1196             unsigned IntWidth = Context.getTargetInfo().getIntWidth();
1197 assert(IntWidth && "Builtin type of size 0?");
1198 llvm::APSInt Value(IntWidth);