Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.cpp106 SMRange includeRange(SMLoc::getFromPointer(includeStart), includeLoc); in gatherIncludeFiles() local
107 includes.emplace_back(*includedFileURI, Range(sourceMgr, includeRange)); in gatherIncludeFiles()