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

/frameworks/compile/slang/
H A Dslang.cpp207 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr));
217 *mSourceMgr,
247 *mSourceMgr,
296 mSourceMgr->clearIDTables();
301 mSourceMgr->createMainFileIDForMemBuffer(SB);
303 if (mSourceMgr->getMainFileID().isInvalid()) {
313 mSourceMgr->clearIDTables();
317 mSourceMgr->createMainFileID(File);
319 if (mSourceMgr->getMainFileID().isInvalid()) {
H A Dslang_rs_backend.h46 clang::SourceManager &mSourceMgr; member in class:slang::RSBackend
H A Dslang.h109 llvm::OwningPtr<clang::SourceManager> mSourceMgr; member in class:slang::Slang
152 clang::SourceManager &getSourceManager() { return *mSourceMgr; }
H A Dslang_rs_backend.cpp56 mSourceMgr(SourceMgr),
70 !SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr)) {
88 if (!SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr))
90 clang::FullSourceLoc(FD->getLocation(), mSourceMgr),

Completed in 39 milliseconds