Searched refs:langOpts (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 321 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 D | Lexer.cpp | 151 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()
|