Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h68 virtual void codeCompleteIncludeFilename(StringRef curPath) {} in codeCompleteIncludeFilename() function
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp472 LogicalResult codeCompleteIncludeFilename(StringRef curPath);
780 return codeCompleteIncludeFilename(curToken.getStringValue()); in parseInclude()
3163 LogicalResult Parser::codeCompleteIncludeFilename(StringRef curPath) {
3164 codeCompleteContext->codeCompleteIncludeFilename(curPath); in codeCompleteIncludeFilename() function in Parser
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp905 void codeCompleteIncludeFilename(StringRef curPath) final { in codeCompleteIncludeFilename() function in __anon800e21bb0e11::LSPCodeCompleteContext