/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 287 : 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 D | ExternalSemaSource.h | 210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo()
|
H A D | SemaInternal.h | 296 IdentifierInfo *Typo; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 983 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 D | MultiplexExternalSemaSource.cpp | 321 const DeclarationNameInfo &Typo, in CorrectTypo() argument
|
H A D | SemaLookup.cpp | 5200 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 D | SemaExprMember.cpp | 723 DeclarationName Typo = R.getLookupName(); LookupMemberExprInRecord() local
|
H A D | Sema.cpp | 1100 for (const auto &Typo : DelayedTypos) { ActOnEndOfTranslationUnitFragment() local
|
H A D | SemaDeclObjC.cpp | 3674 HelperSelectorsForTypoCorrection(SmallVectorImpl<const ObjCMethodDecl * > & BestMethod,StringRef Typo,const ObjCMethodDecl * Method) HelperSelectorsForTypoCorrection() argument
|
H A D | SemaExpr.cpp | 2368 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 D | ASTUtils.h | 546 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
|