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.h151 inline const clang::SourceManager *getSourceManager() const { function in class:slang::RSContext
152 return &mPP.getSourceManager();
328 const clang::SourceManager *SM = getSourceManager();
H A Dslang.h195 clang::SourceManager &getSourceManager() { return *mSourceMgr; } function in class:slang::Slang
H A Dslang_rs_context.cpp243 *getSourceManager())) {
H A Dslang_rs_export_reduce.cpp180 << Ret->getLocation().printToString(S.PP.getSourceManager())
181 << FDecl->getLocation().printToString(S.PP.getSourceManager());
762 << " (" << mLocation.printToString(PP.getSourceManager()) << ")";
H A Dslang.cpp237 getSourceManager(), mAllowRSPrefix, mIsFilterscript);
H A Dslang_rs_pragma_handler.cpp197 << (*I)->getLocation().printToString(PP.getSourceManager());
H A Dslang_rs_object_ref_count.cpp972 clang::FullSourceLoc(Loc, C.getSourceManager()),
1177 clang::SourceManager& SM = C.getSourceManager();

Completed in 548 milliseconds