Home | History | Annotate | Download | only in MCParser

Lines Matching full:inbuffer

306   /// \param InBuffer If not 0, should be the known buffer id that contains the
308 void jumpToLoc(SMLoc Loc, unsigned InBuffer = 0);
582 void AsmParser::jumpToLoc(SMLoc Loc, unsigned InBuffer) {
583 CurBuffer = InBuffer ? InBuffer : SrcMgr.FindBufferContainingLoc(Loc);