Home
last modified time | relevance | path

Searched defs:includeLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.cpp137 SMLoc includeLoc = sourceMgr.getBufferInfo(i + 1).IncludeLoc; in gatherIncludeFiles() local
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp107 LogicalResult Lexer::pushInclude(StringRef filename, SMRange includeLoc) { in pushInclude()