Searched refs:nextLoc (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | COFFMasmParser.cpp | 325 SMLoc nextLoc = getTok().getLoc(); in ParseDirectiveProc() local 329 return Error(nextLoc, "far procedure definitions not yet supported"); in ParseDirectiveProc() 333 nextLoc = getTok().getLoc(); in ParseDirectiveProc()
|
D | MasmParser.cpp | 2433 const SMLoc nextLoc = nextTok.getLoc(); in parseStatement() local 2460 return (*Handler.second)(Handler.first, nextVal, nextLoc); in parseStatement() 2530 nextVal, nextLoc, IDVal); in parseStatement()
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 1668 nextLoc,tokens = parseFn( instring, preloc, callPreParse=False ) 1672 if nextLoc > loc: 1674 yield tokens, preloc, nextLoc 1678 loc = nextLoc 1682 loc = nextLoc
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 1668 nextLoc,tokens = parseFn( instring, preloc, callPreParse=False ) 1672 if nextLoc > loc: 1674 yield tokens, preloc, nextLoc 1678 loc = nextLoc 1682 loc = nextLoc
|