Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1355 if (!Name1 && D1->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1356 Name1 = D1->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1358 if (!Name2 && D2->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1359 Name2 = D2->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1599 if (!Name1 && D1->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1600 Name1 = D1->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
1602 if (!Name2 && D2->getTypedefNameForAnonDecl()) in IsStructurallyEquivalent()
1603 Name2 = D2->getTypedefNameForAnonDecl()->getIdentifier(); in IsStructurallyEquivalent()
H A DTypePrinter.cpp1259 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
1283 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
1297 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
H A DASTDiagnostic.cpp172 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
H A DASTImporter.cpp1922 if (TypedefNameDecl *FromTypedef = From->getTypedefNameForAnonDecl()) { in setTypedefNameForAnonDecl()
2666 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2668 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitEnumDecl()
2780 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitRecordDecl()
2782 SearchName, D->getTypedefNameForAnonDecl()->getDeclName())) in VisitRecordDecl()
H A DItaniumMangle.cpp195 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1499 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DMicrosoftMangle.cpp1005 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
H A DDecl.cpp4956 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp70 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
H A DCGDebugInfo.cpp325 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp422 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
457 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
494 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp549 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1263 return TD->getTypedefNameForAnonDecl() == nullptr && in clang_Cursor_isAnonymous()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3496 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
3499 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1162 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
1165 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()
H A DSemaTemplateInstantiateDecl.cpp891 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
H A DSemaChecking.cpp15923 if (const TypedefNameDecl *TD = m.RD->getTypedefNameForAnonDecl()) in DiagnoseMisalignedMembers()
H A DSemaDecl.cpp4378 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()