Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp366 bool SourceInvalid = false; in getSource() local
367 StringRef Source = SM.getBufferData(FID, &SourceInvalid); in getSource()
369 if (SourceInvalid) in getSource()