Searched refs:SecondTypeName (Results 1 – 3 of 3) sorted by relevance
5918 UnqualifiedId &SecondTypeName) { in ActOnPseudoDestructorExpr() argument5922 assert((SecondTypeName.getKind() == UnqualifiedId::IK_TemplateId || in ActOnPseudoDestructorExpr()5923 SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) && in ActOnPseudoDestructorExpr()5945 if (SecondTypeName.getKind() == UnqualifiedId::IK_Identifier) { in ActOnPseudoDestructorExpr()5946 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()5947 SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()5956 Destructed = PseudoDestructorTypeStorage(SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()5957 SecondTypeName.StartLocation); in ActOnPseudoDestructorExpr()5959 Diag(SecondTypeName.StartLocation, in ActOnPseudoDestructorExpr()5961 << SecondTypeName.Identifier << ObjectType; in ActOnPseudoDestructorExpr()[all …]
1507 UnqualifiedId SecondTypeName; in ParseCXXPseudoDestructor() local1510 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor()1517 false, ObjectType, SecondTypeName, in ParseCXXPseudoDestructor()1523 SecondTypeName); in ParseCXXPseudoDestructor()
4766 UnqualifiedId &SecondTypeName);