Searched refs:getFunctionTypeWithoutParamABIs (Results 1 – 2 of 2) sorted by relevance
1495 QualType getFunctionTypeWithoutParamABIs(QualType T) const;
3856 QualType ASTContext::getFunctionTypeWithoutParamABIs(QualType T) const { in getFunctionTypeWithoutParamABIs() function in ASTContext3867 return hasSameType(T, U) || hasSameType(getFunctionTypeWithoutParamABIs(T), in hasSameFunctionTypeIgnoringParamABI()3868 getFunctionTypeWithoutParamABIs(U)); in hasSameFunctionTypeIgnoringParamABI()