Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp369 bool SourceInvalid = false; in getSource() local
370 StringRef Source = SM.getBufferData(FID, &SourceInvalid); in getSource()
372 if (SourceInvalid) in getSource()