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