Home | History | Annotate | Download | only in Sema

Lines Matching refs:SecondTypeName

5145                                            UnqualifiedId &SecondTypeName,
5150 assert((SecondTypeName.getKind() == UnqualifiedId::IK_TemplateId ||
5151 SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) &&
5173 if (SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) {
5174 ParsedType T = getTypeName(*SecondTypeName.Identifier,
5175 SecondTypeName.StartLocation,
5184 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier,
5185 SecondTypeName.StartLocation);
5187 Diag(SecondTypeName.StartLocation,
5189 << SecondTypeName.Identifier << ObjectType;
5199 TemplateIdAnnotation *TemplateId = SecondTypeName.TemplateId;
5221 SecondTypeName.StartLocation);