Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ParamType

962     QualType ParamType = it->type;
971 if (ParamType->isSignedIntegerOrEnumerationType())
973 else if (ParamType->isUnsignedIntegerOrEnumerationType())
978 (ParamType->isIntegerType() || ParamType->isPointerType() ||
979 ParamType->isReferenceType())) {
981 (Context.getTypeSize(ParamType) + PointerWidth - 1) / PointerWidth;
1015 getTypes().GetExpandedTypes(ParamType, types);