Home | History | Annotate | Download | only in Serialization

Lines Matching defs:IsDependent

5292     bool IsDependent = Deduced.isNull() ? Record[Idx++] : false;
5293 return Context.getAutoType(Deduced, IsDecltypeAuto, IsDependent);
5302 bool IsDependent = Record[Idx++];
5306 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);
5316 bool IsDependent = Record[Idx++];
5319 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);
5475 bool IsDependent = Record[Idx++];
5487 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);