Searched refs:LastLocLine (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h130 unsigned LastLocLine, LastLocPresumedLine; member in class:clang::JSONNodeDumper
188 PrintPolicy(PrintPolicy), Traits(Traits), LastLocLine(0),
H A DTextNodeDumper.h140 unsigned LastLocLine = ~0U; member in class:clang::TextNodeDumper
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp361 LastLocLine = PLoc.getLine();
362 } else if (PLoc.getLine() != LastLocLine) {
364 LastLocLine = PLoc.getLine();
H A DJSONNodeDumper.cpp212 } else if (LastLocLine != ActualLine)
229 LastLocLine = ActualLine;

Completed in 70 milliseconds