Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
6994 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument6998 assert((SecondTypeName.getKind() == UnqualifiedIdKind::IK_TemplateId || in ActOnPseudoDestructorExpr()6999 SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) && in ActOnPseudoDestructorExpr()7021 if (SecondTypeName.getKind() == UnqualifiedIdKind::IK_Identifier) { in ActOnPseudoDestructorExpr()7022 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7023 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7033 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()7034 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()7036 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()7038 << SecondTypeName.Identifier << ObjectType; in ActOnPseudoDestructorExpr()[all …]
1560 UnqualifiedId SecondTypeName; in ParseCXXPseudoDestructor() local1563 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor()1570 false, ObjectType, SecondTypeName, in ParseCXXPseudoDestructor()1576 SecondTypeName); in ParseCXXPseudoDestructor()
5328 UnqualifiedId &SecondTypeName);