Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ThisType

2210   QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
2212 CallArgs.add(RValue::get(ThisPtr), ThisType);
2241 QualType ThisType = getContext().getPointerType(getContext().getRecordType(Lambda));
2242 llvm::Value *ThisPtr = llvm::UndefValue::get(getTypes().ConvertType(ThisType));
2243 CallArgs.add(RValue::get(ThisPtr), ThisType);