| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 776 if (const auto *TypedefNameDecl = EnumDecl->getTypedefNameForAnonDecl()) in getFragmentsForEnum() 819 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForRecordDecl() 840 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForCXXClass() 1638 cast<TagDecl>(Decl)->getTypedefNameForAnonDecl()) { in getSubHeading() 1639 return getSubHeading(cast<TagDecl>(Decl)->getTypedefNameForAnonDecl()); in getSubHeading()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenTypes.cpp | 107 else if (auto *typedefNameDecl = recordDecl->getTypedefNameForAnonDecl()) in getRecordTypeName()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1462 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope() 1486 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag() 1500 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
|
| H A D | ASTDiagnostic.cpp | 203 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in desugarForDiagnostic()
|
| H A D | ASTImporter.cpp | 2469 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl() 3196 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl() 3198 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl() 3315 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl() 3317 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 1751 if (const TypedefNameDecl *TypedefName = D.getTypedefNameForAnonDecl()) in NameIsStructurallyEquivalent()
|
| H A D | ItaniumMangle.cpp | 144 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator() 1629 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
|
| H A D | MicrosoftMangle.cpp | 1235 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
|
| H A D | Decl.cpp | 5655 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
|
| H A D | ASTContext.cpp | 3582 if (const TypedefNameDecl *Typedef = RD->getTypedefNameForAnonDecl()) in encodeTypeForFunctionPointerAuth()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 655 D->hasExtInfo() ? 1 : (D->getTypedefNameForAnonDecl() ? 2 : 0), in VisitTagDecl() 663 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl() 700 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl() 742 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 76 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
|
| H A D | CGDebugInfo.cpp | 457 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 582 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 1018 if (auto typedefName = Tag->getTypedefNameForAnonDecl()) in ProcessAPINotes()
|
| H A D | SemaStmt.cpp | 1291 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt() 1294 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1487 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
|
| H A D | SemaChecking.cpp | 15546 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
|
| H A D | SemaDecl.cpp | 4910 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 3900 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage() 3903 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 159 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4698 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()
|