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

/frameworks/compile/slang/
H A Dslang_rs_backend.cpp56 clang::SourceManager &SourceMgr,
61 mSourceMgr(SourceMgr),
49 RSBackend(RSContext *Context, clang::DiagnosticsEngine *DiagEngine, const clang::CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, PragmaList *Pragmas, llvm::raw_ostream *OS, Slang::OutputType OT, clang::SourceManager &SourceMgr, bool AllowRSPrefix, bool IsFilterscript) argument
H A Dslang_rs.cpp256 const clang::SourceManager &SourceMgr) {
257 clang::FullSourceLoc FSL(Loc, SourceMgr);
258 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);
255 IsLocInRSHeaderFile(const clang::SourceLocation &Loc, const clang::SourceManager &SourceMgr) argument

Completed in 552 milliseconds