Searched defs:DT2 (Results 1 – 3 of 3) sorted by relevance
299 struct DT2 { struct301 DT2(const DT2 &Other) : Field(Other.Field), Dependent(Other.Dependent) {} in DT2() function307 DT2<T> &DT2<T>::operator=(const DT2<T> &Other) { in operator =() argument
1177 const auto *DT2 = cast<DeducedTemplateSpecializationType>(T2); IsStructurallyEquivalent() local