Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.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-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.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-13-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.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()
HDASTDiagnostic.cpp203 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in desugarForDiagnostic()
HDASTStructuralEquivalence.cpp1606 if (const TypedefNameDecl *TypedefName = D.getTypedefNameForAnonDecl()) in NameIsStructurallyEquivalent()
HDASTImporter.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()
HDItaniumMangle.cpp146 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1606 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
HDMicrosoftMangle.cpp1189 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
HDDecl.cpp5506 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
HDASTContext.cpp3387 if (const TypedefNameDecl *Typedef = RD->getTypedefNameForAnonDecl()) in encodeTypeForFunctionPointerAuth()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypes.cpp73 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
HDCGDebugInfo.cpp318 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDUSRGeneration.cpp587 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3782 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3785 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h155 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1230 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
1233 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
HDSemaTemplateInstantiateDecl.cpp1053 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
HDSemaChecking.cpp14114 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
HDSemaDecl.cpp4803 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp4667 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()