HomeSort by: relevance | last modified time | path
    Searched refs:nextLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFMasmParser.cpp 324 SMLoc nextLoc = getTok().getLoc();
328 return Error(nextLoc, "far procedure definitions not yet supported");
332 nextLoc = getTok().getLoc();
MasmParser.cpp 2441 const SMLoc nextLoc = nextTok.getLoc();
2468 return (*Handler.second)(Handler.first, nextVal, nextLoc);
2538 nextVal, nextLoc, IDVal);

Completed in 20 milliseconds