Searched refs:setTypedefNameForAnonDecl (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h2763 void setTypedefNameForAnonDecl(TypedefNameDecl *TDD);
/external/clang/lib/AST/
H A DDecl.cpp3319 void TagDecl::setTypedefNameForAnonDecl(TypedefNameDecl *TDD) { function in class:TagDecl
H A DASTImporter.cpp4640 ToTag->setTypedefNameForAnonDecl(cast<TypedefNameDecl>(ToD));
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp292 newTag->setTypedefNameForAnonDecl(Typedef);
H A DSemaDecl.cpp10540 tagFromDeclSpec->setTypedefNameForAnonDecl(NewTD);

Completed in 176 milliseconds