Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp1327 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1328 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1330 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1331 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1343 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in Finish()
1344 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1346 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1347 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
2404 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2405 SearchName = Importer.Import(D->getTypedefNameForAnonDecl()->getDeclName()); in VisitEnumDecl()
[all …]
HDTypePrinter.cpp853 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
874 D->getTypedefNameForAnonDecl())) { in printTag()
888 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
HDItaniumMangle.cpp167 if (Tag->getName().empty() && !Tag->getTypedefNameForAnonDecl()) in getNextDiscriminator()
1121 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
HDASTDiagnostic.cpp108 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
HDMicrosoftMangle.cpp522 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTypes.cpp67 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
/trueos/contrib/llvm/tools/clang/lib/Index/
HDUSRGeneration.cpp431 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h2709 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
2721 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp235 Writer.AddDeclRef(D->getTypedefNameForAnonDecl(), Record); in VisitTagDecl()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp250 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
HDSemaDecl.cpp3175 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl()) in HandleTagNumbering()
10134 if (tagFromDeclSpec->getTypedefNameForAnonDecl()) break; in ParseTypedefDecl()