Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
6194 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument6198 assert((SecondTypeName.getKind() == UnqualifiedId::IK_TemplateId || in ActOnPseudoDestructorExpr()6199 SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) && in ActOnPseudoDestructorExpr()6221 if (SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) { in ActOnPseudoDestructorExpr()6222 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()6223 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()6232 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()6233 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()6235 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()6237 << SecondTypeName.Identifier << ObjectType; in ActOnPseudoDestructorExpr()[all …]
1575 UnqualifiedId SecondTypeName; in ParseCXXPseudoDestructor() local1578 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor()1585 false, ObjectType, SecondTypeName, in ParseCXXPseudoDestructor()1591 SecondTypeName); in ParseCXXPseudoDestructor()
4879 UnqualifiedId &SecondTypeName);