13#ifndef LLVM_CLANG_INTERPRETER_CODE_COMPLETION_H
14#define LLVM_CLANG_INTERPRETER_CODE_COMPLETION_H
23class CodeCompletionResult;
24class CompilerInstance;
26void codeComplete(CompilerInstance *InterpCI, llvm::StringRef Content,
27 unsigned Line,
unsigned Col,
const CompilerInstance *ParentCI,
28 std::vector<std::string> &CCResults);
void codeComplete(CompilerInstance *InterpCI, llvm::StringRef Content, unsigned Line, unsigned Col, const CompilerInstance *ParentCI, std::vector< std::string > &CCResults)
YAML serialization mapping.