|
clang 22.0.0git
|
#include "clang/Interpreter/CodeCompletion.h"#include "clang/AST/ASTImporter.h"#include "clang/AST/DeclLookups.h"#include "clang/AST/DeclarationName.h"#include "clang/AST/ExternalASTSource.h"#include "clang/Basic/IdentifierTable.h"#include "clang/Frontend/ASTUnit.h"#include "clang/Frontend/CompilerInstance.h"#include "clang/Frontend/FrontendActions.h"#include "clang/Interpreter/Interpreter.h"#include "clang/Lex/PreprocessorOptions.h"#include "clang/Sema/CodeCompleteConsumer.h"#include "clang/Sema/CodeCompleteOptions.h"#include "clang/Sema/Sema.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Classes | |
| class | clang::ReplCompletionConsumer |
| class | clang::CompletionContextHandler |
| The class CompletionContextHandler contains four interfaces, each of which handles one type of completion result. More... | |
| class | clang::DotMemberAccessHandler |
| class | clang::IncrementalSyntaxOnlyAction |
| class | clang::ExternalSource |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Macros | |
| #define | DEBUG_TYPE "REPLCC" |
Functions | |
| clang::CodeCompleteOptions | clang::getClangCompleteOpts () |
Variables | |
| const std::string | clang::CodeCompletionFileName = "input_line_[Completion]" |
| #define DEBUG_TYPE "REPLCC" |
Definition at line 28 of file CodeCompletion.cpp.