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

/external/clang/lib/AST/
H A DASTDumper.cpp115 unsigned LastLocLine; member in class:__anon17715::ASTDumper
188 LastLocFilename(""), LastLocLine(~0U), FC(nullptr),
194 LastLocFilename(""), LastLocLine(~0U),
467 LastLocLine = PLoc.getLine();
468 } else if (PLoc.getLine() != LastLocLine) {
471 LastLocLine = PLoc.getLine();

Completed in 60 milliseconds