Searched refs:SourceMgr (Results 1 – 4 of 4) sorted by relevance
556 const clang::SourceManager &SourceMgr) { in IsLocInRSHeaderFile() argument557 clang::FullSourceLoc FSL(Loc, SourceMgr); in IsLocInRSHeaderFile()558 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL); in IsLocInRSHeaderFile()
175 clang::SourceManager &SourceMgr,
225 const clang::SourceManager &SourceMgr);
251 clang::SourceManager &SourceMgr, bool AllowRSPrefix, in Backend() argument257 mSourceMgr(SourceMgr), mASTPrint(Opts.mASTPrint), mAllowRSPrefix(AllowRSPrefix), in Backend()