Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DMlirPdllLspServerMain.cpp54 llvm::cl::list<std::string> extraIncludeDirs( in MlirPdllLspServerMain() local
78 PDLLServer::Options options(compilationDatabases, extraIncludeDirs); in MlirPdllLspServerMain()
H A DPDLLServer.cpp1482 std::vector<std::string> extraIncludeDirs; member in __anon9e2fdad81e11::PDLTextFile
1490 : contents(fileContents.str()), extraIncludeDirs(extraDirs) { in PDLTextFile()
1687 /*lineOffset=*/0, uri, subContents.front(), extraIncludeDirs, in initialize()
1694 lineOffset, uri, docContents, extraIncludeDirs, diagnostics); in initialize()
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenLspServerMain.cpp54 llvm::cl::list<std::string> extraIncludeDirs( in TableGenLspServerMain() local
78 TableGenServer::Options options(compilationDatabases, extraIncludeDirs); in TableGenLspServerMain()
H A DTableGenServer.cpp242 const std::vector<std::string> &extraIncludeDirs,
307 const std::vector<std::string> &extraIncludeDirs, in TableGenTextFile() argument
314 includeDirs.insert(includeDirs.end(), extraIncludeDirs.begin(), in TableGenTextFile()
315 extraIncludeDirs.end()); in TableGenTextFile()