Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDumper.cpp117 unsigned LastLocLine; member in __anon59a9c3280111::ASTDumper
207 LastLocFilename(""), LastLocLine(~0U), FC(nullptr), in ASTDumper()
213 LastLocFilename(""), LastLocLine(~0U), in ASTDumper()
608 LastLocLine = PLoc.getLine(); in dumpLocation()
609 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()
612 LastLocLine = PLoc.getLine(); in dumpLocation()