Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
5840 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument5844 assert((SecondTypeName.getKind() == UnqualifiedId::IK_TemplateId || in ActOnPseudoDestructorExpr()5845 SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) && in ActOnPseudoDestructorExpr()5867 if (SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) { in ActOnPseudoDestructorExpr()5868 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()5869 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()5878 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()5879 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()5881 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()5883 << SecondTypeName.Identifier << ObjectType; in ActOnPseudoDestructorExpr()[all …]
1505 UnqualifiedId SecondTypeName; in ParseCXXPseudoDestructor() local1508 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor()1515 false, ObjectType, SecondTypeName, in ParseCXXPseudoDestructor()1521 SecondTypeName); in ParseCXXPseudoDestructor()
4698 UnqualifiedId &SecondTypeName);