Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h133 unsigned LastLocLine, LastLocPresumedLine; variable
192 PrintPolicy(PrintPolicy), Traits(Traits), LastLocLine(0), in JSONNodeDumper()
H A DTextNodeDumper.h144 unsigned LastLocLine = ~0U; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp881 LastLocLine = PLoc.getLine(); in dumpLocation()
882 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()
884 LastLocLine = PLoc.getLine(); in dumpLocation()
H A DJSONNodeDumper.cpp287 } else if (LastLocLine != ActualLine) in writeBareSourceLocation()
304 LastLocLine = ActualLine; in writeBareSourceLocation()