Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:argType

1224   QualType argType = argDecl->getType().getNonReferenceType();
1225 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation());
1227 argType.getUnqualifiedType(), CK_LValueToRValue,