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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2805   DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD);

References

tools/clang/lib/AST/MicrosoftMangle.cpp
  220           !getASTContext().getDeclaratorForUnnamedTagDecl(Tag) &&
  953               Context.getASTContext().getDeclaratorForUnnamedTagDecl(TD)) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  346       if (const DeclaratorDecl *DD = Context.getDeclaratorForUnnamedTagDecl(RD))
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1200   if (DeclaratorDecl *DD = SemaRef.Context.getDeclaratorForUnnamedTagDecl(D))
 1702   if (DeclaratorDecl *DD = SemaRef.Context.getDeclaratorForUnnamedTagDecl(D))