clang API Documentation

clang::TypoCorrection Member List
This is the complete list of members for clang::TypoCorrection, including all inherited members.
addCorrectionDecl(NamedDecl *CDecl)clang::TypoCorrection
begin()clang::TypoCorrection [inline]
begin() const clang::TypoCorrection [inline]
CallbackDistanceWeightclang::TypoCorrection [static]
CharDistanceWeightclang::TypoCorrection [static]
ClearCorrectionDecls()clang::TypoCorrection [inline]
const_decl_iterator typedefclang::TypoCorrection
decl_iterator typedefclang::TypoCorrection
end()clang::TypoCorrection [inline]
end() const clang::TypoCorrection [inline]
getAsString(const LangOptions &LO) const clang::TypoCorrection
getCorrection() const clang::TypoCorrection [inline]
getCorrectionAsIdentifierInfo() const clang::TypoCorrection [inline]
getCorrectionDecl() const clang::TypoCorrection [inline]
getCorrectionDeclAs() const clang::TypoCorrection [inline]
getCorrectionRange() const clang::TypoCorrection [inline]
getCorrectionSpecifier() const clang::TypoCorrection [inline]
getEditDistance(bool Normalized=true) const clang::TypoCorrection [inline]
getQuoted(const LangOptions &LO) const clang::TypoCorrection [inline]
InvalidDistanceclang::TypoCorrection [static]
isKeyword() const clang::TypoCorrection [inline]
isKeyword(const char(&Str)[StrLen]) const clang::TypoCorrection [inline]
isOverloaded() const clang::TypoCorrection [inline]
isResolved() const clang::TypoCorrection [inline]
makeKeyword()clang::TypoCorrection [inline]
MaximumDistanceclang::TypoCorrection [static]
NormalizeEditDistance(unsigned ED)clang::TypoCorrection [inline, static]
operator bool() const clang::TypoCorrection [inline]
QualifierDistanceWeightclang::TypoCorrection [static]
requiresImport() const clang::TypoCorrection [inline]
setCallbackDistance(unsigned ED)clang::TypoCorrection [inline]
setCorrectionDecl(NamedDecl *CDecl)clang::TypoCorrection [inline]
setCorrectionDecls(ArrayRef< NamedDecl * > Decls)clang::TypoCorrection [inline]
setCorrectionRange(CXXScopeSpec *SS, const DeclarationNameInfo &TypoName)clang::TypoCorrection [inline]
setCorrectionSpecifier(NestedNameSpecifier *NNS)clang::TypoCorrection [inline]
setQualifierDistance(unsigned ED)clang::TypoCorrection [inline]
setRequiresImport(bool Req)clang::TypoCorrection [inline]
TypoCorrection(const DeclarationName &Name, NamedDecl *NameDecl, NestedNameSpecifier *NNS=nullptr, unsigned CharDistance=0, unsigned QualifierDistance=0)clang::TypoCorrection [inline]
TypoCorrection(NamedDecl *Name, NestedNameSpecifier *NNS=nullptr, unsigned CharDistance=0)clang::TypoCorrection [inline]
TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS=nullptr, unsigned CharDistance=0)clang::TypoCorrection [inline]
TypoCorrection()clang::TypoCorrection [inline]
WillReplaceSpecifier(bool ForceReplacement)clang::TypoCorrection [inline]
WillReplaceSpecifier() const clang::TypoCorrection [inline]