Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1462 if (!Name1 && D1->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1463 Name1 = D1->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1465 if (!Name2 && D2->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1466 Name2 = D2->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1733 if (!Name1 && D1->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1734 Name1 = D1->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1736 if (!Name2 && D2->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1737 Name2 = D2->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1292 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
1316 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
1330 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
H A DASTDiagnostic.cpp202 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in desugarForDiagnostic()
H A DASTImporter.cpp1990 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl()
2695 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2697 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl()
2809 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl()
2811 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
H A DItaniumMangle.cpp143 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1538 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp1040 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DDecl.cpp5186 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp456 if (const auto *TypedefNameDecl = EnumDecl->getTypedefNameForAnonDecl()) in getFragmentsForEnum()
487 if (const auto *TypedefNameDecl = Record->getTypedefNameForAnonDecl()) in getFragmentsForStruct()
H A DExtractAPIVisitor.cpp40 if (const auto *TypedefDecl = Decl->getTypedefNameForAnonDecl()) in getTypedefName()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp71 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
H A DCGDebugInfo.cpp309 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/openbsd/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp553 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp428 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
463 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
504 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1287 return TD->getTypedefNameForAnonDecl() == nullptr && in clang_Cursor_isAnonymous()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3661 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3664 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1199 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
1202 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
H A DSemaTemplateInstantiateDecl.cpp988 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
H A DSemaDecl.cpp4859 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
H A DSemaChecking.cpp17657 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4685 if (tdecl && !tdecl->getIdentifier() && !tdecl->getTypedefNameForAnonDecl()) in CreateTypedef()