reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ItaniumMangle.cpp
 1364     if (const TypedefNameDecl *D = TD->getTypedefNameForAnonDecl()) {
 1365       assert(TD->getDeclContext() == D->getDeclContext() &&
 1373       writeAbiTags(TD, nullptr);
 1382     if (const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(TD)) {
 1391     if (TD->isExternallyVisible()) {
 1392       unsigned UnnamedMangle = getASTContext().getManglingNumber(TD);
 1397       writeAbiTags(TD, AdditionalAbiTags);
 1403     unsigned AnonStructId = NullOut ? 0 : Context.getAnonymousStructId(TD);