Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
7525 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument7529 assert((SecondTypeName.getKind() == UnqualifiedIdKind::IK_TemplateId || in ActOnPseudoDestructorExpr()7530 SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) && in ActOnPseudoDestructorExpr()7552 if (SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) { in ActOnPseudoDestructorExpr()7553 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7554 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7564 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7565 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()7567 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7569 << SecondTypeName.Identifier << ObjectType; in ActOnPseudoDestructorExpr()[all …]
1748 UnqualifiedId SecondTypeName; in ParseCXXPseudoDestructor() local1751 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor()1764 Name, NameLoc, false, SecondTypeName, in ParseCXXPseudoDestructor()1770 SecondTypeName); in ParseCXXPseudoDestructor()
6343 UnqualifiedId &SecondTypeName);