Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp199 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts, in Lexer() argument
202 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()
214 const SourceManager &SM, const LangOptions &langOpts, in Lexer() argument
216 : Lexer(SM.getLocForStartOfFile(FID), langOpts, FromFile.getBufferStart(), in Lexer()