Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h143 const char *LastLocFilename = ""; variable
H A DJSONNodeDumper.h132 StringRef LastLocFilename, LastLocPresumedFilename; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp285 if (LastLocFilename != ActualFile) { in writeBareSourceLocation()
302 LastLocFilename = ActualFile; in writeBareSourceLocation()
H A DTextNodeDumper.cpp776 if (strcmp(PLoc.getFilename(), LastLocFilename) != 0) { in dumpLocation()
779 LastLocFilename = PLoc.getFilename(); in dumpLocation()