Searched refs:mSourceMgr (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/slang/ |
D | slang.cpp | 169 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()
|
D | slang_backend.cpp | 257 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()
|
D | slang.h | 118 std::unique_ptr<clang::SourceManager> mSourceMgr; variable 198 clang::SourceManager &getSourceManager() { return *mSourceMgr; } in getSourceManager()
|
D | slang_backend.h | 89 clang::SourceManager &mSourceMgr; variable
|