Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
7573 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument7577 assert((SecondTypeName.getKind() == UnqualifiedIdKind::IK_TemplateId || in ActOnPseudoDestructorExpr()7578 SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) && in ActOnPseudoDestructorExpr()7600 if (SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) { in ActOnPseudoDestructorExpr()7601 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7602 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7612 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7613 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()7615 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7617 << 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()
6410 UnqualifiedId &SecondTypeName);