Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypePrinter.cpp930 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
952 if (!Policy.SuppressTagKeyword && !D->getTypedefNameForAnonDecl()) { in printTag()
966 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
DASTImporter.cpp1448 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1449 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1451 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1452 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1464 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in Finish()
1465 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1467 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1468 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
2652 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2653 SearchName = Importer.Import(D->getTypedefNameForAnonDecl()->getDeclName()); in VisitEnumDecl()
[all …]
DItaniumMangle.cpp186 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1263 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DASTDiagnostic.cpp169 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
DMicrosoftMangle.cpp799 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DDecl.cpp4138 auto *OwningTypedef = TT->getDecl()->getTypedefNameForAnonDecl(); in getAnonDeclWithTypedefName()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp63 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
DCGDebugInfo.cpp278 if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) { in getClassName()
/external/clang/lib/Index/
DUSRGeneration.cpp479 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp407 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
440 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
469 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/external/clang/include/clang/AST/
DDecl.h2958 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
2961 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp516 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
DSemaDecl.cpp3739 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()