Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:argType

1195   QualType argType = argDecl->getType().getNonReferenceType();
1196 DeclRefExpr arg(argDecl, false, argType, VK_LValue, SourceLocation());
1198 argType.getUnqualifiedType(), CK_LValueToRValue,