Lines Matching defs:IsConst
3930 bool &IsConst, bool &IsVolatile,
3939 IsConst = false;
3944 IsConst = PointeeType.isConstQualified();
3969 bool IsConst, IsVolatile, IsUnaligned;
3971 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned);
3976 if (IsConst)
4387 bool IsConst, IsVolatile, IsUnaligned;
4388 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned);
4404 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned,
4417 if (IsConst)