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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h198 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, argument
H A DSemaInternal.h305 IdentifierInfo *Typo; member in class:clang::TypoCorrectionConsumer
H A DTypoCorrection.h316 IdentifierInfo *Typo; member in class:clang::CorrectionCandidateCallback
H A DSema.h3170 TypoCorrection FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp288 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaDeclObjC.cpp3401 HelperSelectorsForTypoCorrection( SmallVectorImpl<const ObjCMethodDecl *> &BestMethod, StringRef Typo, const ObjCMethodDecl * Method) argument
H A DSemaExpr.cpp1762 emitEmptyLookupTypoDiagnostic( const TypoCorrection &TC, Sema &SemaRef, const CXXScopeSpec &SS, DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, unsigned DiagnosticID, unsigned DiagnosticSuggestID) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp955 StringRef Typo; member in class:clang::comments::__anon3639::SimpleTypoCorrector
964 SimpleTypoCorrector(StringRef Typo) : argument
1007 correctTypoInParmVarReference( StringRef Typo, ArrayRef<const ParmVarDecl *> ParamVars) argument
1072 correctTypoInTParamReference( StringRef Typo, const TemplateParameterList *TemplateParameters) argument
[all...]

Completed in 284 milliseconds