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

Declarations

tools/clang/include/clang/AST/Decl.h
 3355   void setTypedefNameForAnonDecl(TypedefNameDecl *TDD);

References

tools/clang/lib/AST/ASTImporter.cpp
 1785       To->setTypedefNameForAnonDecl(cast<TypedefNameDecl>(*ToTypedefOrErr));
tools/clang/lib/Sema/SemaDecl.cpp
 4369   TagFromDeclSpec->setTypedefNameForAnonDecl(NewTD);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  757       newTag->setTypedefNameForAnonDecl(Typedef);
tools/lldb/source/Symbol/ClangASTContext.cpp
 4909       tdecl->setTypedefNameForAnonDecl(decl);