Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp145 ETy->getDecl()->getTypedefNameForAnonDecl()) in getTBAAInfo()
DCodeGenTypes.cpp67 } else if (const TypedefNameDecl *TDD = RD->getTypedefNameForAnonDecl()) { in addRecordTypeName()
/external/clang/lib/AST/
DASTImporter.cpp1307 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1308 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1310 if (!Name2 && Record2->getTypedefNameForAnonDecl()) in Finish()
1311 Name2 = Record2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1323 if (!Name1 && Enum1->getTypedefNameForAnonDecl()) in Finish()
1324 Name1 = Enum1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1326 if (!Name2 && Enum2->getTypedefNameForAnonDecl()) in Finish()
1327 Name2 = Enum2->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
2346 if (!SearchName && D->getTypedefNameForAnonDecl()) { in VisitEnumDecl()
2347 SearchName = Importer.Import(D->getTypedefNameForAnonDecl()->getDeclName()); in VisitEnumDecl()
[all …]
DTypePrinter.cpp827 if (TypedefNameDecl *Typedef = Tag->getTypedefNameForAnonDecl()) in AppendScope()
848 D->getTypedefNameForAnonDecl())) { in printTag()
862 else if (TypedefNameDecl *Typedef = D->getTypedefNameForAnonDecl()) { in printTag()
DASTDiagnostic.cpp108 if (UTT->getDecl()->getTypedefNameForAnonDecl() == QTT->getDecl()) in Desugar()
DMicrosoftMangle.cpp485 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DItaniumMangle.cpp1101 if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) { in mangleUnqualifiedName()
DASTContext.cpp7781 if (!Tag->getName().empty() || Tag->getTypedefNameForAnonDecl() || in addUnnamedTag()
/external/clang/tools/libclang/
DCIndexUSRs.cpp439 if (const TypedefNameDecl *TD = D->getTypedefNameForAnonDecl()) { in VisitTagDecl()
/external/clang/include/clang/AST/
DDecl.h2584 return (getDeclName() || getTypedefNameForAnonDecl()); in hasNameForLinkage()
2587 TypedefNameDecl *getTypedefNameForAnonDecl() const { in getTypedefNameForAnonDecl() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp222 Writer.AddDeclRef(D->getTypedefNameForAnonDecl(), Record); in VisitTagDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp232 if (oldTag->getTypedefNameForAnonDecl() == D && !Invalid) { in InstantiateTypedefNameDecl()
DSemaDecl.cpp9112 if (tagFromDeclSpec->getTypedefNameForAnonDecl()) break; in ParseTypedefDecl()