Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp183 SMLoc parentIncludeLoc = srcMgr.getParentIncludeLoc(curBufferID); in lexToken() local
184 if (parentIncludeLoc.isValid()) { in lexToken()
185 curBufferID = srcMgr.FindBufferContainingLoc(parentIncludeLoc); in lexToken()
187 curPtr = parentIncludeLoc.getPointer(); in lexToken()