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