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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h203 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, argument
H A DSemaInternal.h291 IdentifierInfo *Typo; member in class:clang::TypoCorrectionConsumer
H A DTypoCorrection.h348 IdentifierInfo *Typo; member in class:clang::CorrectionCandidateCallback
H A DSema.h4036 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp316 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaDeclObjC.cpp3644 HelperSelectorsForTypoCorrection( SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, StringRef Typo, const ObjCMethodDecl * Method) argument
H A DSemaExpr.cpp1998 emitEmptyLookupTypoDiagnostic( const TypoCorrection &TC, Sema &SemaRef, const CXXScopeSpec &SS, DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, unsigned DiagnosticID, unsigned DiagnosticSuggestID) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp1011 StringRef Typo; member in class:clang::comments::__anon236::SimpleTypoCorrector
1019 explicit SimpleTypoCorrector(StringRef Typo) argument
1060 correctTypoInParmVarReference( StringRef Typo, ArrayRef<const ParmVarDecl *> ParamVars) argument
1125 correctTypoInTParamReference( StringRef Typo, const TemplateParameterList *TemplateParameters) argument
[all...]

Completed in 224 milliseconds