Searched refs:LineCache (Results 1 – 4 of 4) sorted by relevance
72 vector<string> LineCache; in buildLineCache() local79 LineCache.push_back(string(mod_src_.substr(start, end - start))); in buildLineCache()85 return LineCache; in buildLineCache()88 void SourceDebugger::dumpSrcLine(const vector<string> &LineCache, in dumpSrcLine() argument92 if (Line != 0 && Line != CurrentSrcLine && Line < LineCache.size() && in dumpSrcLine()94 os << "; " << StringRef(LineCache[Line - 1]).ltrim() in dumpSrcLine()196 vector<string> LineCache = buildLineCache(); in dump() local244 dumpSrcLine(LineCache, LineInfo.FileName, LineInfo.Line, CurrentSrcLine, in dump()
45 void dumpSrcLine(const std::vector<std::string> &LineCache,
492 std::vector<std::string> LineCache; in adjust() local498 LineCache.push_back(std::string(it->second.substr(start, end - start))); in adjust()504 LineCaches[it->first] = std::move(LineCache); in adjust()