Lines Matching defs:callLoc
397 if (auto callLoc = dyn_cast<CallSiteLoc>(loc))
398 return callLoc;
401 if (auto callLoc = getCallSiteLoc(subLoc)) {
402 return callLoc;
490 if (auto callLoc = getCallSiteLoc(loc)) {
492 loc = callLoc->getCaller();
495 if ((callLoc = getCallSiteLoc(loc)))
496 loc = callLoc->getCaller();
543 .Case([&](CallSiteLoc callLoc) -> std::optional<Location> {
546 return findLocToShow(callLoc.getCallee());