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

/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp50 SrcLoc.print(*mSOS, Info.getSourceManager());
H A Dslang_rs_check_ast.h53 mSM(C.getSourceManager()),
H A Dslang_rs_context.h120 inline const clang::SourceManager *getSourceManager() const { function in class:slang::RSContext
121 return &mPP.getSourceManager();
255 const clang::SourceManager *SM = getSourceManager();
H A Dslang.h150 clang::SourceManager &getSourceManager() { return *mSourceMgr; } function in class:slang::Slang
H A Dslang_rs.cpp241 getSourceManager(),
H A Dslang_rs_object_ref_count.cpp222 clang::SourceManager &SM = mCtx.getSourceManager();
1058 clang::FullSourceLoc(Loc, C.getSourceManager()),

Completed in 42 milliseconds