Home | History | Annotate | Download | only in Lex

Lines Matching refs:SourceMgr

117         SourceMgr(Diags, FileMgr), TargetOpts(new TargetOptions()) {
127 SourceManager SourceMgr;
149 const char* B = SourceMgr.getCharacterData(Range.getBegin());
150 const char* E = SourceMgr.getCharacterData(Range.getEnd());
161 SourceMgr.setMainFileID(SourceMgr.createFileID(std::move(Buf)));
166 HeaderSearch HeaderInfo(HSOpts, SourceMgr, Diags, LangOpts,
171 Preprocessor PP(PPOpts, Diags, LangOpts, SourceMgr, HeaderInfo, ModLoader,
199 SourceMgr.setMainFileID(SourceMgr.createFileID(std::move(SourceBuf)));
202 HeaderSearch HeaderInfo(new HeaderSearchOptions, SourceMgr, Diags,
205 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr,
213 ASTContext Context(OpenCLLangOpts, SourceMgr,