Searched refs:langOpts (Results 1 – 2 of 2) sorted by relevance
321 const LangOptions &langOpts = Ctx.getLangOpts(); in printSourceRange() local335 endCol += Lexer::MeasureTokenLength(end, SM, langOpts); in printSourceRange()
149 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts, in Lexer() argument151 : FileLoc(fileloc), LangOpts(langOpts) { in Lexer()162 const SourceManager &SM, const LangOptions &langOpts) in Lexer() argument163 : Lexer(SM.getLocForStartOfFile(FID), langOpts, FromFile.getBufferStart(), in Lexer()