Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTypoCorrection.h287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() argument
348 IdentifierInfo *Typo; variable
356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
H A DExternalSemaSource.h210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
H A DSemaInternal.h296 IdentifierInfo *Typo; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp984 StringRef Typo; member in clang::comments::__anonae66d1410211::SimpleTypoCorrector
992 explicit SimpleTypoCorrector(StringRef Typo) in SimpleTypoCorrector()
1034 StringRef Typo, in correctTypoInParmVarReference()
1099 StringRef Typo, in correctTypoInTParamReference()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp321 const DeclarationNameInfo &Typo, in CorrectTypo()
H A DSemaLookup.cpp5182 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local
5363 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
5500 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
H A DSemaExprMember.cpp691 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() local
H A DSema.cpp1097 for (const auto &Typo : DelayedTypos) { in ActOnEndOfTranslationUnitFragment() local
H A DSemaDeclObjC.cpp3675 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
H A DSemaExpr.cpp2170 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h546 CorrectTypo(const clang::DeclarationNameInfo &Typo, int LookupKind, in CorrectTypo()