Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp960 auto addIncludeCompletion = [&](StringRef path, bool isDirectory) { in codeCompleteIncludeFilename() local
993 addIncludeCompletion(filename, /*isDirectory=*/true); in codeCompleteIncludeFilename()
998 addIncludeCompletion(filename, /*isDirectory=*/false); in codeCompleteIncludeFilename()