Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1415 if (!Name1 && D1->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1416 Name1 = D1->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1418 if (!Name2 && D2->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1419 Name2 = D2->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1686 if (!Name1 && D1->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1687 Name1 = D1->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1689 if (!Name2 && D2->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1690 Name2 = D2->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1304 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
1328 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
1342 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
H A DASTDiagnostic.cpp203 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in desugarForDiagnostic()
H A DASTImporter.cpp1996 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl()
2701 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2703 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl()
2815 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl()
2817 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
H A DItaniumMangle.cpp142 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1542 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp1036 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DDecl.cpp5099 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp455 if (const auto *TypedefNameDecl = EnumDecl->getTypedefNameForAnonDecl()) in getFragmentsForEnum()
486 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForStruct()
H A DExtractAPIConsumer.cpp55 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp80 if (const TypedefNameDecl *Typedef = Record->getTypedefNameForAnonDecl()) in getName()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp529 if (const TypedefNameDecl *TD = C->getTypedefNameForAnonDecl()) { in emitInfo()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp71 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
H A DCGDebugInfo.cpp305 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp425 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
460 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
497 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp550 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp1277 return TD->getTypedefNameForAnonDecl() == nullptr && in clang_Cursor_isAnonymous()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3591 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3594 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp1199 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
1202 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
H A DSemaTemplateInstantiateDecl.cpp980 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
H A DSemaChecking.cpp17378 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
H A DSemaDecl.cpp4783 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp2897 if (auto *Typedef = Node.getTypedefNameForAnonDecl()) in AST_MATCHER_P()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4636 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()