#include "clang/Interpreter/CodeCompletion.h"
Definition at line 26 of file CodeCompletion.h.
◆ ReplCodeCompleter()
clang::ReplCodeCompleter::ReplCodeCompleter |
( |
| ) |
|
|
default |
◆ codeComplete()
- Parameters
-
InterpCI | [in] The compiler instance that is used to trigger code completion |
Content | [in] The string where code completion is triggered. |
Line | [in] The line number of the code completion point. |
Col | [in] The column number of the code completion point. |
ParentCI | [in] The running interpreter compiler instance that provides ASTContexts. |
CCResults | [out] The completion results. |
Definition at line 355 of file CodeCompletion.cpp.
References clang::CodeCompletionFileName, clang::CXX, clang::CompilerInstance::getDiagnosticsPtr(), clang::CompilerInstance::getFileManager(), clang::CompilerInstance::getFrontendOpts(), clang::CompilerInstance::getInvocationPtr(), clang::CompilerInstance::getLangOpts(), clang::CompilerInstance::getSourceManager(), clang::FrontendOptions::Inputs, clang::ASTUnit::LoadFromCompilerInvocationAction(), and clang::InputKind::Source.
◆ Prefix
std::string clang::ReplCodeCompleter::Prefix |
The documentation for this struct was generated from the following files: