Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp258 StringRef PresumedFile = Presumed.getFilename(); in writeBareSourceLocation() local
259 if (PresumedFile != ActualFile && LastLocPresumedFilename != PresumedFile) in writeBareSourceLocation()
260 JOS.attribute("presumedFile", PresumedFile); in writeBareSourceLocation()
270 LastLocPresumedFilename = PresumedFile; in writeBareSourceLocation()