Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp760 if (const auto *TypedefNameDecl = EnumDecl->getTypedefNameForAnonDecl()) in getFragmentsForEnum()
803 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForRecordDecl()
824 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForCXXClass()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp502 D->hasExtInfo() ? 1 : (D->getTypedefNameForAnonDecl() ? 2 : 0), in VisitTagDecl()
510 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
547 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
588 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1415 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
1439 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
1453 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
H A DASTDiagnostic.cpp203 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in desugarForDiagnostic()
H A DASTStructuralEquivalence.cpp1606 if (const TypedefNameDecl *TypedefName = D.getTypedefNameForAnonDecl()) in NameIsStructurallyEquivalent()
H A DASTImporter.cpp2201 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl()
2926 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2928 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl()
3045 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl()
3047 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
H A DItaniumMangle.cpp146 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1606 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp1189 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DDecl.cpp5506 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
H A DASTContext.cpp3387 if (const TypedefNameDecl *Typedef = RD->getTypedefNameForAnonDecl()) in encodeTypeForFunctionPointerAuth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp73 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
H A DCGDebugInfo.cpp318 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp587 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3782 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3785 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h155 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1230 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
1233 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
H A DSemaTemplateInstantiateDecl.cpp1053 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
H A DSemaChecking.cpp14114 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
H A DSemaDecl.cpp4803 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4667 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()