Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/arcmt-test/
H A Darcmt-test.cpp321 const LangOptions &langOpts = Ctx.getLangOpts(); in printSourceRange() local
335 endCol += Lexer::MeasureTokenLength(end, SM, langOpts); in printSourceRange()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp151 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts, in Lexer() argument
154 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()
166 const SourceManager &SM, const LangOptions &langOpts, in Lexer() argument
168 : Lexer(SM.getLocForStartOfFile(FID), langOpts, FromFile.getBufferStart(), in Lexer()