Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang.cpp169 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr)); in createSourceManager()
175 *mSourceMgr, in createPreprocessor()
183 *mSourceMgr, in createPreprocessor()
221 new clang::ASTContext(LangOpts, *mSourceMgr, mPP->getIdentifierTable(), in createASTContext()
292 mSourceMgr->clearIDTables(); in setInputSource()
296 mSourceMgr->setMainFileID(mSourceMgr->createFileID(File, in setInputSource()
300 if (mSourceMgr->getMainFileID().isInvalid()) { in setInputSource()
Dslang_backend.cpp257 mSourceMgr(SourceMgr), mASTPrint(Opts.mASTPrint), mAllowRSPrefix(AllowRSPrefix), in Backend()
519 if (foundPadding && Slang::IsLocInRSHeaderFile(RD->getLocation(), mSourceMgr)) { in PadStruct()
605 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in AnnotateFunction()
639 if (!Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) in HandleTopLevelDecl()
673 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in HandleTopLevelDecl()
711 mSourceMgr.getLocForEndOfFile(mSourceMgr.getMainFileID()), in HandleTranslationUnitPre()
721 mSourceMgr.getLocForEndOfFile(mSourceMgr.getMainFileID()), in HandleTranslationUnitPre()
Dslang.h118 std::unique_ptr<clang::SourceManager> mSourceMgr; variable
198 clang::SourceManager &getSourceManager() { return *mSourceMgr; } in getSourceManager()
Dslang_backend.h89 clang::SourceManager &mSourceMgr; variable