Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp382 bool SourceInvalid = false; in getSource() local
383 StringRef Source = SM.getBufferData(FID, &SourceInvalid); in getSource()
385 if (SourceInvalid) in getSource()