Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp269 Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors = true);
766 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors) in Scanner() argument
767 : SM(SM_), ShowColors(ShowColors) { in Scanner()