Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:DollarLoc

1754     SMLoc DollarLoc = getLexer().getLoc();
1758 if (DollarLoc.getPointer() + 1 != getTok().getLoc().getPointer())
1760 StringRef Res = StringRef(DollarLoc.getPointer(),
1761 getTok().getEndLoc().getPointer() - DollarLoc.getPointer());