Home | History | Annotate | Download | only in MCParser

Lines Matching refs:PrefixLoc

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