Home
last modified time | relevance | path

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

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