Searched refs:SourceMgr (Results 1 – 4 of 4) sorted by relevance
256 const clang::SourceManager &SourceMgr) { in IsLocInRSHeaderFile() argument257 clang::FullSourceLoc FSL(Loc, SourceMgr); in IsLocInRSHeaderFile()258 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL); in IsLocInRSHeaderFile()
90 clang::SourceManager &SourceMgr,
96 const clang::SourceManager &SourceMgr);
56 clang::SourceManager &SourceMgr, in RSBackend() argument61 mSourceMgr(SourceMgr), in RSBackend()