Home
last modified time | relevance | path

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

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