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