Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp115 unsigned LastLocLine; member in __anon59a9c3280111::ASTDumper
205 LastLocFilename(""), LastLocLine(~0U), FC(nullptr), in ASTDumper()
211 LastLocFilename(""), LastLocLine(~0U), in ASTDumper()
590 LastLocLine = PLoc.getLine(); in dumpLocation()
591 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()
594 LastLocLine = PLoc.getLine(); in dumpLocation()