Searched refs:getSourceManager (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp44 SrcLoc.print(stream, Info.getSourceManager());
H A Dslang_rs_check_ast.h53 mSM(C.getSourceManager()),
H A Dslang_rs_context.h156 inline const clang::SourceManager *getSourceManager() const { function in class:slang::RSContext
157 return &mPP.getSourceManager();
347 const clang::SourceManager *SM = getSourceManager();
H A Dslang.h198 clang::SourceManager &getSourceManager() { return *mSourceMgr; } function in class:slang::Slang
H A Dslang_rs_context.cpp244 *getSourceManager())) {
H A Dslang_rs_export_reduce.cpp180 << Ret->getLocation().printToString(S.PP.getSourceManager())
181 << FDecl->getLocation().printToString(S.PP.getSourceManager());
763 << " (" << mLocation.printToString(PP.getSourceManager()) << ")";
H A Dslang.cpp233 getSourceManager(), mAllowRSPrefix, mIsFilterscript);
H A Dslang_rs_pragma_handler.cpp197 << (*I)->getLocation().printToString(PP.getSourceManager());
H A Dslang_rs_object_ref_count.cpp977 clang::FullSourceLoc(Loc, C.getSourceManager()),
1200 clang::SourceManager& SM = C.getSourceManager();

Completed in 42 milliseconds