Home
last modified time | relevance | path

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

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