clang API Documentation

clang::TypoCorrectionConsumer Member List
This is the complete list of members for clang::TypoCorrectionConsumer, including all inherited members.
addCorrection(TypoCorrection Correction)clang::TypoCorrectionConsumer
addKeywordResult(StringRef Keyword)clang::TypoCorrectionConsumer
addNamespaces(const llvm::MapVector< NamespaceDecl *, bool > &KnownNamespaces)clang::TypoCorrectionConsumer
empty() const clang::TypoCorrectionConsumer [inline]
finished()clang::TypoCorrectionConsumer [inline]
FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx, bool InBaseClass) overrideclang::TypoCorrectionConsumer [virtual]
FoundName(StringRef Name)clang::TypoCorrectionConsumer
getBestEditDistance(bool Normalized)clang::TypoCorrectionConsumer [inline]
getContext() const clang::TypoCorrectionConsumer [inline]
getCurrentCorrection()clang::TypoCorrectionConsumer [inline]
getLookupResult() const clang::TypoCorrectionConsumer [inline]
getNextCorrection()clang::TypoCorrectionConsumer
includeHiddenDecls() const overrideclang::TypoCorrectionConsumer [inline, virtual]
operator[](StringRef Name)clang::TypoCorrectionConsumer [inline]
resetCorrectionStream()clang::TypoCorrectionConsumer [inline]
TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr< CorrectionCandidateCallback > CCC, DeclContext *MemberContext, bool EnteringContext)clang::TypoCorrectionConsumer [inline]
~VisibleDeclConsumer()clang::VisibleDeclConsumer [virtual]