Lines Matching defs:IsConst
3923 bool &IsConst, bool &IsVolatile,
3932 IsConst = false;
3937 IsConst = PointeeType.isConstQualified();
3962 bool IsConst, IsVolatile, IsUnaligned;
3964 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned);
3969 if (IsConst)
4379 bool IsConst, IsVolatile, IsUnaligned;
4380 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned);
4396 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned,
4409 if (IsConst)