Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
5587 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument5591 assert((SecondTypeName.getKind() == UnqualifiedId::IK_TemplateId || in ActOnPseudoDestructorExpr()5592 SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) && in ActOnPseudoDestructorExpr()5614 if (SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) { in ActOnPseudoDestructorExpr()5615 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()5616 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()5625 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()5626 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()5628 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()5630 << SecondTypeName.Identifier << ObjectType; in ActOnPseudoDestructorExpr()[all …]
1507 UnqualifiedId SecondTypeName; in ParseCXXPseudoDestructor() local1510 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor()1517 false, ObjectType, SecondTypeName, in ParseCXXPseudoDestructor()1523 SecondTypeName); in ParseCXXPseudoDestructor()
4517 UnqualifiedId &SecondTypeName);