Searched refs:nextLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp345 SMLoc nextLoc = getTok().getLoc(); local
349 return Error(nextLoc, "far procedure definitions not yet supported");
353 nextLoc = getTok().getLoc();
H A DMasmParser.cpp2260 const SMLoc nextLoc = nextTok.getLoc(); local
2287 return (*Handler.second)(Handler.first, nextVal, nextLoc);
2345 nextVal, nextLoc, IDVal);

Completed in 55 milliseconds