Searched defs:SourceMgr (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/slang/ |
H A D | slang.cpp | 560 const clang::SourceManager &SourceMgr) { 561 clang::FullSourceLoc FSL(Loc, SourceMgr); 562 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL); 559 IsLocInRSHeaderFile(const clang::SourceLocation &Loc, const clang::SourceManager &SourceMgr) argument
|
H A D | slang_backend.cpp | 251 clang::SourceManager &SourceMgr, bool AllowRSPrefix, 257 mSourceMgr(SourceMgr), mASTPrint(Opts.mASTPrint), mAllowRSPrefix(AllowRSPrefix), 244 Backend(RSContext *Context, clang::DiagnosticsEngine *DiagEngine, const RSCCOptions &Opts, const clang::HeaderSearchOptions &HeaderSearchOpts, const clang::PreprocessorOptions &PreprocessorOpts, 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
|
Completed in 63 milliseconds