Home
last modified time | relevance | path

Searched refs:getTypedefNameForAnonDecl (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1356 if (!Name1 && D1->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1357 Name1 = D1->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1359 if (!Name2 && D2->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1360 Name2 = D2->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1600 if (!Name1 && D1->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1601 Name1 = D1->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1603 if (!Name2 && D2->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1604 Name2 = D2->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1264 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
1288 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
1302 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
H A DASTDiagnostic.cpp173 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
H A DASTImporter.cpp1940 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl()
2715 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2717 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl()
2829 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl()
2831 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
H A DItaniumMangle.cpp194 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1502 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp1005 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DDecl.cpp4956 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp70 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
H A DCGDebugInfo.cpp298 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp424 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
459 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
496 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp549 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3522 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3525 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1162 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
1165 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
H A DSemaTemplateInstantiateDecl.cpp927 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
H A DSemaChecking.cpp16264 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
H A DSemaDecl.cpp4441 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4604 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()