Home | History | Annotate | Download | only in MCParser

Lines Matching refs:PrefixLoc

2245     SMLoc PrefixLoc = getLexer().getLoc();
2253 if (PrefixLoc.getPointer() + 1 != getTok().getLoc().getPointer())
2258 StringRef(PrefixLoc.getPointer(), getTok().getIdentifier().size() + 1);