Searched refs:getTypedefNameForAnonDecl (Results 1 – 18 of 18) sorted by relevance
1536 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in CheckKindSpecificEquivalence()1537 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in CheckKindSpecificEquivalence()1539 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in CheckKindSpecificEquivalence()1540 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in CheckKindSpecificEquivalence()1552 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in CheckKindSpecificEquivalence()1553 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in CheckKindSpecificEquivalence()1555 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in CheckKindSpecificEquivalence()1556 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in CheckKindSpecificEquivalence()
1106 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()1128 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()1142 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
1700 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl()2472 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()2474 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl()2584 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl()2586 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
168 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
180 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()1359 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
863 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
4531 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
67 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
332 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
416 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()451 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()485 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
543 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
3271 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()3274 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
810 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()813 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
600 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
9680 !LHSEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumComparison()9683 !RHSEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumComparison()
13773 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
4124 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
4981 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()