Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp727 if (const auto *TypedefNameDecl = EnumDecl->getTypedefNameForAnonDecl()) in getFragmentsForEnum()
765 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForRecordDecl()
783 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForCXXClass()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1348 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
1372 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
1386 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
H A DASTDiagnostic.cpp203 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in desugarForDiagnostic()
H A DASTStructuralEquivalence.cpp1572 if (const TypedefNameDecl *TypedefName = D.getTypedefNameForAnonDecl()) in NameIsStructurallyEquivalent()
H A DASTImporter.cpp2153 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl()
2878 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2880 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl()
2992 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl()
2994 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
H A DItaniumMangle.cpp147 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1605 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp1098 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DDecl.cpp5443 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp463 D->hasExtInfo() ? 1 : (D->getTypedefNameForAnonDecl() ? 2 : 0), in VisitTagDecl()
471 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
512 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
553 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp72 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
H A DCGDebugInfo.cpp308 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp576 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3766 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3769 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h160 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1207 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
1210 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
H A DSemaTemplateInstantiateDecl.cpp1028 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
H A DSemaDecl.cpp4939 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
H A DSemaChecking.cpp19453 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4610 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()