Searched refs:isIncompatibleTypedef (Results 1 – 6 of 6) sorted by relevance
532 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
1898 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema2037 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
875 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
2195 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema2334 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
2144 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);
3109 bool isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New);