Searched refs:isIncompatibleTypedef (Results 1 – 3 of 3) sorted by relevance
1004 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
2521 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema2660 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
3585 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);