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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2801   TypedefNameDecl *getTypedefNameForUnnamedTagDecl(const TagDecl *TD);

References

tools/clang/lib/AST/MicrosoftMangle.cpp
  221           !getASTContext().getTypedefNameForUnnamedTagDecl(Tag))
  959                      Context.getASTContext().getTypedefNameForUnnamedTagDecl(
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  351                    Context.getTypedefNameForUnnamedTagDecl(RD))
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1204   if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D))
 1707   if (TypedefNameDecl *TND = SemaRef.Context.getTypedefNameForUnnamedTagDecl(D))