Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1536 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in CheckKindSpecificEquivalence()
1537 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in CheckKindSpecificEquivalence()
1539 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in CheckKindSpecificEquivalence()
1540 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in CheckKindSpecificEquivalence()
1552 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in CheckKindSpecificEquivalence()
1553 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in CheckKindSpecificEquivalence()
1555 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in CheckKindSpecificEquivalence()
1556 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in CheckKindSpecificEquivalence()
H A DTypePrinter.cpp1106 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
1128 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
1142 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
H A DASTImporter.cpp1700 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl()
2472 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2474 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl()
2584 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl()
2586 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
H A DASTDiagnostic.cpp168 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
H A DItaniumMangle.cpp180 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1359 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp863 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DDecl.cpp4531 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp67 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
H A DCGDebugInfo.cpp332 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp416 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
451 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
485 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp543 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3271 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3274 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp810 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
813 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
H A DSemaTemplateInstantiateDecl.cpp600 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
H A DSemaExpr.cpp9680 !LHSEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumComparison()
9683 !RHSEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumComparison()
H A DSemaChecking.cpp13773 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
H A DSemaDecl.cpp4124 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4981 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()