Home | History | Annotate | Download | only in Sema

Lines Matching defs:SizeType

1607   QualType SizeType = Context.getSizeType();
1615 Context.getArrayDecayedType(StrTy), SizeType
1624 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars());
1625 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType,
13171 auto SizeType = Context.getSizeType();
13175 /*Id*/ nullptr, SizeType, /*TInfo*/ nullptr,
13183 CSI->addVLATypeCapture(ExprLoc, SizeType);