Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1324 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1325 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1327 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1328 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1340 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in Finish()
1341 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1343 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1344 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
2389 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2390 SearchName = Importer.Import(D->getTypedefNameForAnonDecl()->getDeclName()); in VisitEnumDecl()
[all …]
DTypePrinter.cpp866 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
887 D->getTypedefNameForAnonDecl())) { in printTag()
901 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
DMicrosoftMangle.cpp156 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
715 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DItaniumMangle.cpp170 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1138 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DASTDiagnostic.cpp115 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
/external/clang/lib/Index/
DUSRGeneration.cpp454 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp64 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
/external/clang/include/clang/AST/
DDecl.h2744 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
2756 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp261 Writer.AddDeclRef(D->getTypedefNameForAnonDecl(), Record); in VisitTagDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp289 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
DSemaDecl.cpp3288 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in HandleTagNumbering()
10510 if (tagFromDeclSpec->getTypedefNameForAnonDecl()) break; in ParseTypedefDecl()