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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h133 unsigned LastLocLine, LastLocPresumedLine; member in class:clang::JSONNodeDumper
191 PrintPolicy(PrintPolicy), Traits(Traits), LastLocLine(0),
H A DTextNodeDumper.h143 unsigned LastLocLine = ~0U; member in class:clang::TextNodeDumper
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp595 LastLocLine = PLoc.getLine();
596 } else if (PLoc.getLine() != LastLocLine) {
598 LastLocLine = PLoc.getLine();
H A DJSONNodeDumper.cpp222 } else if (LastLocLine != ActualLine)
239 LastLocLine = ActualLine;

Completed in 121 milliseconds