Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h140 const char *LastLocFilename = ""; variable
H A DJSONNodeDumper.h132 StringRef LastLocFilename, LastLocPresumedFilename; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp219 if (LastLocFilename != ActualFile) { in writeBareSourceLocation()
236 LastLocFilename = ActualFile; in writeBareSourceLocation()
H A DTextNodeDumper.cpp591 if (strcmp(PLoc.getFilename(), LastLocFilename) != 0) { in dumpLocation()
594 LastLocFilename = PLoc.getFilename(); in dumpLocation()