Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp85 unsigned CurLine; member in __anon881592160111::PrintPPOutputPPCallbacks
121 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp198 auto *CurLine = Lines.begin(); in collectAddressSymbols() local
218 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()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp654 unsigned CurLine = 0; in ComputePreamble() local
658 ++CurLine; in ComputePreamble()
659 if (CurLine == MaxLines) in ComputePreamble()