Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h70 virtual void codeCompleteIncludeFilename(StringRef curPath) {} in codeCompleteIncludeFilename() function
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp470 LogicalResult codeCompleteIncludeFilename(StringRef curPath);
732 return codeCompleteIncludeFilename(curToken.getStringValue()); in parseInclude()
3089 LogicalResult Parser::codeCompleteIncludeFilename(StringRef curPath) { in codeCompleteIncludeFilename() function in Parser
3090 codeCompleteContext->codeCompleteIncludeFilename(curPath); in codeCompleteIncludeFilename()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp950 void codeCompleteIncludeFilename(StringRef curPath) final { in codeCompleteIncludeFilename() function in __anon9e2fdad81011::LSPCodeCompleteContext