Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
7814 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument7818 assert((SecondTypeName.getKind() == UnqualifiedIdKind::IK_TemplateId || in ActOnPseudoDestructorExpr()7819 SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) && in ActOnPseudoDestructorExpr()7841 if (SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) { in ActOnPseudoDestructorExpr()7842 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7843 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7853 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7854 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()7856 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7858 << SecondTypeName.Identifier << ObjectType; in ActOnPseudoDestructorExpr()[all …]
1750 UnqualifiedId SecondTypeName; in ParseCXXPseudoDestructor() local1753 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor()1766 Name, NameLoc, false, SecondTypeName, in ParseCXXPseudoDestructor()1772 SecondTypeName); in ParseCXXPseudoDestructor()
6700 UnqualifiedId &SecondTypeName);