Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1326 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1327 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1329 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1330 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1342 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in Finish()
1343 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1345 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1346 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
2412 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2413 SearchName = Importer.Import(D->getTypedefNameForAnonDecl()->getDeclName()); in VisitEnumDecl()
[all …]
DTypePrinter.cpp883 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
904 D->getTypedefNameForAnonDecl())) { in printTag()
918 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
DMicrosoftMangle.cpp177 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
742 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DItaniumMangle.cpp186 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
999 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DASTDiagnostic.cpp115 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
DDecl.cpp3936 if (TT->getDecl()->getTypedefNameForAnonDecl() == this) in getAnonDeclWithTypedefName()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp64 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
/external/clang/lib/Index/
DUSRGeneration.cpp470 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp317 } else if (auto *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
352 !D->getTypedefNameForAnonDecl() && in VisitEnumDecl()
381 !D->getTypedefNameForAnonDecl() && in VisitRecordDecl()
/external/clang/include/clang/AST/
DDecl.h2879 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
2891 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp370 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
DSemaDecl.cpp3467 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in handleTagNumbering()
3493 if (TagFromDeclSpec->getTypedefNameForAnonDecl()) in setTagNameForLinkagePurposes()