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