Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h287 : Typo(Typo), TypoNNS(TypoNNS) {} in Typo() argument
348 const IdentifierInfo *Typo; variable
356 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
370 : CorrectionCandidateCallback(Typo, TypoNNS) {} in CorrectionCandidateCallback() argument
H A DExternalSemaSource.h210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
H A DSemaInternal.h296 IdentifierInfo *Typo; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp983 StringRef Typo; member in clang::comments::__anon566f13fc0211::SimpleTypoCorrector
991 explicit SimpleTypoCorrector(StringRef Typo) in SimpleTypoCorrector()
1033 StringRef Typo, in correctTypoInParmVarReference()
1098 StringRef Typo, in correctTypoInTParamReference()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp321 const DeclarationNameInfo &Typo, in CorrectTypo() argument
H A DSemaLookup.cpp5200 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); makeTypoCorrectionConsumer() local
5381 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); CorrectTypo() local
5518 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); CorrectTypoDelayed() local
[all...]
H A DSemaExprMember.cpp723 DeclarationName Typo = R.getLookupName(); LookupMemberExprInRecord() local
H A DSema.cpp1100 for (const auto &Typo : DelayedTypos) { ActOnEndOfTranslationUnitFragment() local
H A DSemaDeclObjC.cpp3674 HelperSelectorsForTypoCorrection(SmallVectorImpl<const ObjCMethodDecl * > & BestMethod,StringRef Typo,const ObjCMethodDecl * Method) HelperSelectorsForTypoCorrection() argument
H A DSemaExpr.cpp2368 emitEmptyLookupTypoDiagnostic(const TypoCorrection & TC,Sema & SemaRef,const CXXScopeSpec & SS,DeclarationName Typo,SourceLocation TypoLoc,ArrayRef<Expr * > Args,unsigned DiagnosticID,unsigned DiagnosticSuggestID) emitEmptyLookupTypoDiagnostic() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h546 CorrectTypo(const clang::DeclarationNameInfo & Typo,int LookupKind,clang::Scope * S,clang::CXXScopeSpec * SS,clang::CorrectionCandidateCallback & CCC,clang::DeclContext * MemberContext,bool EnteringContext,const clang::ObjCObjectPointerType * OPT) CorrectTypo() argument