Home | History | Annotate | Download | only in Core

Lines Matching defs:SMgr

126   const SourceManager &SMgr = path.front()->getLocation().getManager();
133 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
147 SMgr.getExpansionLoc(path.back()->getLocation().asLocation()),
148 SMgr);
149 FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getLocStart()), SMgr);
178 const FileEntry* Entry = SMgr.getFileEntryForID(FID);
224 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());
241 FullSourceLoc L(SMgr.getExpansionLoc(UPDLoc.isValid()
244 SMgr);
258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue,
275 R.InsertTextBefore(SMgr.getLocForStartOfFile(FID), os.str());