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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  314   if (isa<ClassTemplateSpecializationDecl>(RD)) {
  319     RD->getNameForDiagnostic(OS, PP,
  328   if (const IdentifierInfo *II = RD->getIdentifier())
  334     if (const TypedefNameDecl *D = RD->getTypedefNameForAnonDecl()) {
  335       assert(RD->getDeclContext() == D->getDeclContext() &&
  346       if (const DeclaratorDecl *DD = Context.getDeclaratorForUnnamedTagDecl(RD))
  351                    Context.getTypedefNameForUnnamedTagDecl(RD))