Searched refs:loc_str (Results 1 – 2 of 2) sorted by relevance
167 std::string loc_str = info_->location.Describe(true); in InternalPrintToStdout() local168 if (!loc_str.empty()) { in InternalPrintToStdout()170 loc_str.insert(0, "See "); in InternalPrintToStdout()172 loc_str.insert(0, "at "); in InternalPrintToStdout()174 loc_str += " "; in InternalPrintToStdout()181 if (!loc_str.empty() || !toolchain_str.empty()) in InternalPrintToStdout()183 OutputString(loc_str + toolchain_str + colon + info_->message + "\n"); in InternalPrintToStdout()
170 auto loc_str = loc->ToString(kSourceLineTipDiscard); in GetSourceLineFromDebugInfo() local171 ReplaceLinefeed(&loc_str); in GetSourceLineFromDebugInfo()172 result->push_back(loc_str + "\n"); in GetSourceLineFromDebugInfo()229 auto loc_str = loc->ToString(kSourceLineTipDiscard); in GetDebugTraceInfo() local230 ReplaceLinefeed(&loc_str); in GetDebugTraceInfo()231 oss << loc_str << "\n"; in GetDebugTraceInfo()