Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1369 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1370 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1372 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1373 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1385 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in Finish()
1386 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1388 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1389 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
2473 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2474 SearchName = Importer.Import(D->getTypedefNameForAnonDecl()->getDeclName()); in VisitEnumDecl()
[all …]
DTypePrinter.cpp887 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
908 D->getTypedefNameForAnonDecl())) { in printTag()
922 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
DItaniumMangle.cpp184 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
996 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DASTDiagnostic.cpp168 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
DMicrosoftMangle.cpp763 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DDecl.cpp3944 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp63 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
/external/clang/lib/Index/
DUSRGeneration.cpp467 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp381 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
414 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
443 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/external/clang/include/clang/AST/
DDecl.h2941 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
2944 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp402 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
DSemaDecl.cpp3624 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()