Searched refs:CurLine (Results 1 – 3 of 3) sorted by relevance
85 unsigned CurLine; member in __anon881592160111::PrintPPOutputPPCallbacks121 CurLine = 0; in PrintPPOutputPPCallbacks()210 unsigned TargetLine = PLoc.isValid() ? PLoc.getLine() : CurLine; in MoveToLine()220 unsigned TargetLine = PLoc.isValid() ? PLoc.getLine() : CurLine; in MoveToLine()291 CurLine += 1; in MoveToLine()298 if (CurLine == LineNo) { in MoveToLine()302 } else if (!StartedNewLine && LineNo - CurLine == 1) { in MoveToLine()309 if (LineNo - CurLine <= 8) { in MoveToLine()311 OS->write(NewLines, LineNo - CurLine); in MoveToLine()329 CurLine = LineNo; in MoveToLine()[all …]
198 auto *CurLine = Lines.begin(); in collectAddressSymbols() local218 if (CurLine == Lines.end()) in collectAddressSymbols()220 StringRef FunctionName = *CurLine++; in collectAddressSymbols()228 if (CurLine == Lines.end()) in collectAddressSymbols()230 StringRef FileLineInfo = *CurLine++; in collectAddressSymbols()
654 unsigned CurLine = 0; in ComputePreamble() local658 ++CurLine; in ComputePreamble()659 if (CurLine == MaxLines) in ComputePreamble()