Searched refs:srcLoc (Results 1 – 3 of 3) sorted by relevance
403 if (!place.srcLoc.empty()) in stateChangeWarning()404 hint = "; " + place.srcLoc; in stateChangeWarning()
195 std::string srcLoc; member
104 if (!errPlace.srcLoc.empty()) in reportRangeError()105 hint += "\n>>> referenced by " + errPlace.srcLoc; in reportRangeError()