Searched refs:CheckCompatibleParameterABI (Results 1 – 3 of 3) sorted by relevance
185 bool CheckCompatibleParameterABI(FunctionDecl *New, FunctionDecl *Old);
3251 bool SemaHLSL::CheckCompatibleParameterABI(FunctionDecl *New, in CheckCompatibleParameterABI() function in SemaHLSL
4130 if (HLSL().CheckCompatibleParameterABI(New, Old)) in MergeFunctionDecl()