Home
last modified time | relevance | path

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

/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/Sema/
H A DMultiplexExternalSemaSource.cpp321 const DeclarationNameInfo &Typo, in CorrectTypo()
H A DSemaLookup.cpp5135 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local
5285 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
5384 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
H A DSemaExprMember.cpp730 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local
H A DSema.cpp1157 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment() local
H A DSemaDeclObjC.cpp3677 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
H A DSemaExpr.cpp2344 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h552 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()