Home | History | Annotate | Download | only in AST

Lines Matching refs:VisitTypedefNameDecl

135     Decl *VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias);
2382 Decl *ASTNodeImporter::VisitTypedefNameDecl(TypedefNameDecl *D, bool IsAlias) {
2452 return VisitTypedefNameDecl(D, /*IsAlias=*/false);
2456 return VisitTypedefNameDecl(D, /*IsAlias=*/true);