Lines Matching defs:IsVolatile
3923 bool &IsConst, bool &IsVolatile,
3933 IsVolatile = false;
3938 IsVolatile = PointeeType.isVolatileQualified();
3962 bool IsConst, IsVolatile, IsUnaligned;
3964 decomposeTypeForEH(getContext(), Type, IsConst, IsVolatile, IsUnaligned);
3971 if (IsVolatile)
4379 bool IsConst, IsVolatile, IsUnaligned;
4380 T = decomposeTypeForEH(getContext(), T, IsConst, IsVolatile, IsUnaligned);
4396 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, IsUnaligned,
4411 if (IsVolatile)