MLIR
20.0.0git
|
Public Member Functions | |
unsigned | getSourceMgrBufferIDForFile (llvm::SourceMgr &mgr, StringRef filename) |
Return the SrcManager buffer id for the specified file, or zero if none can be found. More... | |
Public Attributes | |
llvm::StringMap< unsigned > | filenameToBufId |
Mapping between file name and buffer ID's. More... | |
Definition at line 363 of file Diagnostics.cpp.
|
inline |
Return the SrcManager buffer id for the specified file, or zero if none can be found.
Definition at line 366 of file Diagnostics.cpp.
llvm::StringMap<unsigned> mlir::detail::SourceMgrDiagnosticHandlerImpl::filenameToBufId |
Mapping between file name and buffer ID's.
Definition at line 388 of file Diagnostics.cpp.