Home
last modified time | relevance | path

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

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