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

/external/clang/lib/AST/
H A DASTDumper.cpp104 unsigned LastLocLine; member in class:__anon16010::ASTDumper
145 LastLocFilename(""), LastLocLine(~0U), FC(0),
151 LastLocFilename(""), LastLocLine(~0U),
403 LastLocLine = PLoc.getLine();
404 } else if (PLoc.getLine() != LastLocLine) {
407 LastLocLine = PLoc.getLine();

Completed in 50 milliseconds