Searched refs:hasSameFunctionTypeIgnoringPtrSizes (Results 1 – 3 of 3) sorted by relevance
1230 bool hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U);
3125 bool ASTContext::hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U) { in hasSameFunctionTypeIgnoringPtrSizes() function in ASTContext
3726 if (Context.hasSameFunctionTypeIgnoringPtrSizes(OldQType, NewQType)) in MergeFunctionDecl()