Home
last modified time | relevance | path

Searched defs:Typo (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSimpleTypoCorrection.h26 StringRef Typo; variable
34 explicit SimpleTypoCorrection(StringRef Typo) in SimpleTypoCorrection()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
H A DSemaInternal.h292 IdentifierInfo *Typo; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp982 Sema::correctTypoInParmVarReference(StringRef Typo, in correctTypoInParmVarReference()
1055 StringRef Typo, in correctTypoInTParamReference()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp348 const DeclarationNameInfo &Typo, in CorrectTypo()
H A DSemaLookup.cpp5227 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local
5377 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
H A DSemaDeclObjC.cpp3679 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h608 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()