Home | History | Annotate | Download | only in Sema

Lines Matching refs:SizeType

1259   QualType SizeType = Context.getSizeType();
1260 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars());
1261 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType,
9934 QualType SizeType = S.Context.getSizeType();
9948 IterationVarName, SizeType,
9949 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
9956 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);