Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h134 unsigned LastLocLine, LastLocPresumedLine; variable
192 PrintPolicy(PrintPolicy), Traits(Traits), LastLocLine(0), in JSONNodeDumper()
H A DTextNodeDumper.h142 unsigned LastLocLine = ~0U; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp636 LastLocLine = PLoc.getLine(); in dumpLocation()
637 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()
639 LastLocLine = PLoc.getLine(); in dumpLocation()
H A DJSONNodeDumper.cpp253 } else if (LastLocLine != ActualLine) in writeBareSourceLocation()
270 LastLocLine = ActualLine; in writeBareSourceLocation()