Lines Matching defs:CallLoc
1477 void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc,
1499 SourceLocation CallLoc,
1507 return Diag.Report(CallLoc, diag::warn_avx_calling_convention)
1512 return Diag.Report(CallLoc, diag::err_avx_calling_convention)
1521 SourceLocation CallLoc,
1531 return Diag.Report(CallLoc, diag::err_avx_calling_convention)
1534 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty,
1539 SourceLocation CallLoc,
1545 return checkAVX512ParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty,
1549 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, "avx",
1556 SourceLocation CallLoc,
1587 if (checkAVXParam(CGM.getDiags(), CGM.getContext(), CallLoc, CallerMap,
1599 checkAVXParam(CGM.getDiags(), CGM.getContext(), CallLoc, CallerMap,