Lines Matching defs:CallLoc
1486 void checkFunctionCallABI(CodeGenModule &CGM, SourceLocation CallLoc,
1508 SourceLocation CallLoc,
1516 return Diag.Report(CallLoc, diag::warn_avx_calling_convention)
1521 return Diag.Report(CallLoc, diag::err_avx_calling_convention)
1530 SourceLocation CallLoc,
1540 return Diag.Report(CallLoc, diag::err_avx_calling_convention)
1543 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty,
1548 SourceLocation CallLoc,
1554 return checkAVX512ParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty,
1558 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, "avx",
1565 SourceLocation CallLoc,
1596 if (checkAVXParam(CGM.getDiags(), CGM.getContext(), CallLoc, CallerMap,
1608 checkAVXParam(CGM.getDiags(), CGM.getContext(), CallLoc, CallerMap,