Searched refs:SM_ (Results 1 – 1 of 1) sorted by relevance
269 Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors = true);766 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors) in Scanner() argument767 : SM(SM_), ShowColors(ShowColors) { in Scanner()