Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ArgType

88     QualType ArgType = FD->getType();
97 if ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) ||
99 ArgType = Ctx.getUIntPtrType();
110 if (ArgType->isVariablyModifiedType())
111 ArgType = getContext().getVariableArrayDecayedType(ArgType);
113 FD->getLocation(), II, ArgType));