Searched refs:isIncompatibleTypedef (Results 1 – 3 of 3) sorted by relevance
1069 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef); in InstantiateTypedefNameDecl()
2433 bool Sema::isIncompatibleTypedef(const TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() function in Sema2567 if (isIncompatibleTypedef(Old, New)) in MergeTypedefNameDecl()
4036 bool isIncompatibleTypedef(const TypeDecl *Old, TypedefNameDecl *New);