|
| UnresolvedNameRecorder (std::optional< UnresolvedName > &LastUnresolvedName) |
void | InitializeSema (Sema &S) override |
TypoCorrection | CorrectTypo (const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) override |
Definition at line 493 of file clangd/IncludeFixer.cpp.
◆ UnresolvedNameRecorder()
clang::clangd::IncludeFixer::UnresolvedNameRecorder::UnresolvedNameRecorder |
( |
std::optional< UnresolvedName > & | LastUnresolvedName | ) |
|
|
inline |
◆ CorrectTypo()
TypoCorrection clang::clangd::IncludeFixer::UnresolvedNameRecorder::CorrectTypo |
( |
const DeclarationNameInfo & | Typo, |
|
|
int | LookupKind, |
|
|
Scope * | S, |
|
|
CXXScopeSpec * | SS, |
|
|
CorrectionCandidateCallback & | CCC, |
|
|
DeclContext * | MemberContext, |
|
|
bool | EnteringContext, |
|
|
const ObjCObjectPointerType * | OPT ) |
|
inlineoverride |
◆ InitializeSema()
void clang::clangd::IncludeFixer::UnresolvedNameRecorder::InitializeSema |
( |
Sema & | S | ) |
|
|
inlineoverride |
The documentation for this class was generated from the following file: