Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.h52 void gatherIncludeFiles(llvm::SourceMgr &sourceMgr,
H A DSourceMgrUtils.cpp82 void lsp::gatherIncludeFiles(llvm::SourceMgr &sourceMgr, in gatherIncludeFiles() function in lsp
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp369 lsp::gatherIncludeFiles(sourceMgr, parsedIncludes); in initialize()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp445 lsp::gatherIncludeFiles(sourceMgr, parsedIncludes); in PDLDocument()