Home
last modified time | relevance | path

Searched refs:WhenceStr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp59 std::string WhenceStr = Whence.str(); in warn() local
60 if (!WhenceStr.empty()) in warn()
61 errs() << WhenceStr << ": "; in warn()
70 std::string WhenceStr = Whence.str(); in exitWithError() local
71 if (!WhenceStr.empty()) in exitWithError()
72 errs() << WhenceStr << ": "; in exitWithError()