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