Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h133 unsigned LastLocLine, LastLocPresumedLine; variable
191 PrintPolicy(PrintPolicy), Traits(Traits), LastLocLine(0), in JSONNodeDumper()
H A DTextNodeDumper.h141 unsigned LastLocLine = ~0U; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp595 LastLocLine = PLoc.getLine(); in dumpLocation()
596 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()
598 LastLocLine = PLoc.getLine(); in dumpLocation()
H A DJSONNodeDumper.cpp222 } else if (LastLocLine != ActualLine) in writeBareSourceLocation()
239 LastLocLine = ActualLine; in writeBareSourceLocation()