Searched defs:getSourceManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang.h195 clang::SourceManager &getSourceManager() { return *mSourceMgr; } function in class:slang::Slang
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();

Completed in 55 milliseconds