Home | History | Annotate | Download | only in Serialization

Lines Matching refs:IsDependent

5452     bool IsDependent = Deduced.isNull() ? Record[Idx++] : false;
5453 return Context.getAutoType(Deduced, Keyword, IsDependent);
5462 bool IsDependent = Record[Idx++];
5466 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);
5476 bool IsDependent = Record[Idx++];
5479 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);
5645 bool IsDependent = Record[Idx++];
5655 const_cast<Type*>(T.getTypePtr())->setDependent(IsDependent);