Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp291 StringRef PresumedFile = Presumed.getFilename(); in writeBareSourceLocation() local
292 if (PresumedFile != ActualFile && LastLocPresumedFilename != PresumedFile) in writeBareSourceLocation()
293 JOS.attribute("presumedFile", PresumedFile); in writeBareSourceLocation()
303 LastLocPresumedFilename = PresumedFile; in writeBareSourceLocation()