Searched refs:codeCompleteIncludeFilename (Results 1 – 3 of 3) sorted by relevance
70 virtual void codeCompleteIncludeFilename(StringRef curPath) {} in codeCompleteIncludeFilename() function
470 LogicalResult codeCompleteIncludeFilename(StringRef curPath);732 return codeCompleteIncludeFilename(curToken.getStringValue()); in parseInclude()3089 LogicalResult Parser::codeCompleteIncludeFilename(StringRef curPath) { in codeCompleteIncludeFilename() function in Parser3090 codeCompleteContext->codeCompleteIncludeFilename(curPath); in codeCompleteIncludeFilename()
950 void codeCompleteIncludeFilename(StringRef curPath) final { in codeCompleteIncludeFilename() function in __anon9e2fdad81011::LSPCodeCompleteContext