Searched refs:Whence (Results 1 – 3 of 3) sorted by relevance
32 static void exitWithError(const Twine &Message, StringRef Whence = "") { in exitWithError() argument34 if (!Whence.empty()) in exitWithError()35 errs() << Whence << ": "; in exitWithError()
52 void error(const Twine &Message, StringRef Whence = "");96 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error() argument98 if (!Whence.empty()) in error()99 errs() << Whence << ": "; in error()
264 SVal Whence = state->getSVal(CE->getArg(2), C.getLocationContext()); in Fseek() local265 Optional<nonloc::ConcreteInt> CI = Whence.getAs<nonloc::ConcreteInt>(); in Fseek()