13#ifndef LLVM_CLANG_INTERPRETER_CODE_COMPLETION_H
14#define LLVM_CLANG_INTERPRETER_CODE_COMPLETION_H
23class CodeCompletionResult;
24class CompilerInstance;
44 unsigned Line,
unsigned Col,
46 std::vector<std::string> &CCResults);
CompilerInstance - Helper class for managing a single instance of the Clang compiler.
The JSON file list parser is used to communicate input to InstallAPI.
Diagnostic wrappers for TextAPI types for error reporting.
ReplCodeCompleter()=default
void codeComplete(CompilerInstance *InterpCI, llvm::StringRef Content, unsigned Line, unsigned Col, const CompilerInstance *ParentCI, std::vector< std::string > &CCResults)