Searched refs:mSourceMgr (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang.cpp171 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr));
179 *mSourceMgr,
189 *mSourceMgr,
222 new clang::ASTContext(LangOpts, *mSourceMgr, mPP->getIdentifierTable(),
279 mSourceMgr->clearIDTables();
283 mSourceMgr->setMainFileID(mSourceMgr->createFileID(File,
287 if (mSourceMgr->getMainFileID().isInvalid()) {
H A Dslang_backend.h88 clang::SourceManager &mSourceMgr; member in class:slang::Backend
H A Dslang.h112 std::unique_ptr<clang::SourceManager> mSourceMgr; member in class:slang::Slang
182 clang::SourceManager &getSourceManager() { return *mSourceMgr; }
H A Dslang_backend.cpp227 mSourceMgr(SourceMgr), mAllowRSPrefix(AllowRSPrefix),
416 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
433 if (!Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr))
480 mSourceMgr.getLocForEndOfFile(mSourceMgr.getMainFileID()),
490 mSourceMgr.getLocForEndOfFile(mSourceMgr.getMainFileID()),

Completed in 49 milliseconds