Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
7834 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument7838 assert((SecondTypeName.getKind() == UnqualifiedIdKind::IK_TemplateId || in ActOnPseudoDestructorExpr()7839 SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) && in ActOnPseudoDestructorExpr()7861 if (SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) { in ActOnPseudoDestructorExpr()7862 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7863 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7873 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7874 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()7876 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7878 << SecondTypeName.Identifier << ObjectType; in ActOnPseudoDestructorExpr()[all …]
1804 UnqualifiedId SecondTypeName; in ParseCXXPseudoDestructor() local1807 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor()1820 Name, NameLoc, false, SecondTypeName, in ParseCXXPseudoDestructor()1826 SecondTypeName); in ParseCXXPseudoDestructor()
6852 UnqualifiedId &SecondTypeName);