Lines Matching defs:IsConst
248 TypeFlags() : IsConst(false), IsVolatile(false), IsPointer(false) {}
249 bool IsConst : 1;
422 const bool IsConst : 1;
442 const bool IsConst : 1;
564 << T.first->getValueAsBit("IsConst") << ", "
639 << (Overload.first->getValueAsBit("IsConst")) << ", "
661 Rec->getValueAsBit("IsConst") == Rec2->getValueAsBit("IsConst") &&
956 if (Ty.IsConst != 0) {
981 if (Type->getValueAsBit("IsConst") || Flags.IsConst) {
1044 Flags.IsConst = Type->getValueAsBit("IsConst");
1291 if (B->getValueAsBit("IsConst"))