Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp330 LastLocLine = PLoc.getLine(); in dumpLocation()
331 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()
333 LastLocLine = PLoc.getLine(); in dumpLocation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h139 unsigned LastLocLine = ~0U; variable