Home
last modified time | relevance | path

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

/src/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
/src/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp780 LastLocLine = PLoc.getLine(); in dumpLocation()
781 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()
783 LastLocLine = PLoc.getLine(); in dumpLocation()
H A DJSONNodeDumper.cpp288 } else if (LastLocLine != ActualLine) in writeBareSourceLocation()
305 LastLocLine = ActualLine; in writeBareSourceLocation()