Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp776 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 DCIRGenTypes.cpp107 else if (auto *typedefNameDecl = recordDecl->getTypedefNameForAnonDecl()) in getRecordTypeName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1462 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 DASTDiagnostic.cpp203 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in desugarForDiagnostic()
H A DASTImporter.cpp2469 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 DASTStructuralEquivalence.cpp1751 if (const TypedefNameDecl *TypedefName = D.getTypedefNameForAnonDecl()) in NameIsStructurallyEquivalent()
H A DItaniumMangle.cpp144 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1629 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp1235 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DDecl.cpp5655 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
H A DASTContext.cpp3582 if (const TypedefNameDecl *Typedef = RD->getTypedefNameForAnonDecl()) in encodeTypeForFunctionPointerAuth()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp655 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 DCodeGenTypes.cpp76 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
H A DCGDebugInfo.cpp457 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp582 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1018 if (auto typedefName = Tag->getTypedefNameForAnonDecl()) in ProcessAPINotes()
H A DSemaStmt.cpp1291 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
1294 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
H A DSemaTemplateInstantiateDecl.cpp1487 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
H A DSemaChecking.cpp15546 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
H A DSemaDecl.cpp4910 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3900 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3903 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h159 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4698 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()