Home
last modified time | relevance | path

Searched refs:PrefixLoc (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2989 SMLoc PrefixLoc = getLexer().getLoc(); in parseIdentifier() local
3001 if (PrefixLoc.getPointer() + 1 != Buf[0].getLoc().getPointer()) in parseIdentifier()
3007 Res = StringRef(PrefixLoc.getPointer(), getTok().getString().size() + 1); in parseIdentifier()
H A DMasmParser.cpp3371 SMLoc PrefixLoc = getLexer().getLoc(); in parseIdentifier() local
3381 if (PrefixLoc.getPointer() + 1 != nextTok.getLoc().getPointer()) in parseIdentifier()
3388 StringRef(PrefixLoc.getPointer(), getTok().getIdentifier().size() + 1); in parseIdentifier()