Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DJSONNodeDumper.h133 unsigned LastLocLine, LastLocPresumedLine; variable
191 PrintPolicy(PrintPolicy), Traits(Traits), LastLocLine(0), in JSONNodeDumper()
DTextNodeDumper.h143 unsigned LastLocLine = ~0U; variable
/external/clang/lib/AST/
DASTDumper.cpp117 unsigned LastLocLine; member in __anonf46bef8f0111::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()
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp595 LastLocLine = PLoc.getLine(); in dumpLocation()
596 } else if (PLoc.getLine() != LastLocLine) { in dumpLocation()
598 LastLocLine = PLoc.getLine(); in dumpLocation()
DJSONNodeDumper.cpp222 } else if (LastLocLine != ActualLine) in writeBareSourceLocation()
239 LastLocLine = ActualLine; in writeBareSourceLocation()