Home | History | Annotate | Download | only in Serialization

Lines Matching refs:IsDependent

3926     bool IsDependent = Record[Idx++];
3930 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);
3940 bool IsDependent = Record[Idx++];
3943 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);
4093 bool IsDependent = Record[Idx++];
4105 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);