Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp149 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts, in Lexer() argument
151 : FileLoc(fileloc), LangOpts(langOpts) { in Lexer()
162 const SourceManager &SM, const LangOptions &langOpts) in Lexer() argument
163 : Lexer(SM.getLocForStartOfFile(FID), langOpts, FromFile.getBufferStart(), in Lexer()